aboutsummaryrefslogtreecommitdiffstats
path: root/mail/antivirus-milter/files/patch-Makefile
blob: 3c54922e929e77ad1882244915a33ee142b9462c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- Makefile.orig   Fri Jun 27 19:55:26 2003
+++ Makefile    Fri Jan  2 14:21:02 2004
@@ -1,5 +1,5 @@
-SENDMAILBASE=/system/compile/sendmail-8.12.9
-SENDMAILOBJ=obj.Linux.2.2.19.i686
+#SENDMAILBASE=/system/compile/sendmail-8.12.9
+#SENDMAILOBJ=obj.Linux.2.2.19.i686
 
 INCDIRS=\
   -I$(SENDMAILBASE)/include/libmilter/ \
@@ -10,8 +10,8 @@
   -L$(SENDMAILBASE)/$(SENDMAILOBJ)/libsm/
 
 # Linux
-LIBS=-lmilter -lpthread
-CFLAGS=-Wall -Werror -g
+#LIBS=-lmilter -lpthread
+#CFLAGS=-Wall -Werror -g
 
 ##
 ## Solaris