aboutsummaryrefslogtreecommitdiffstats
path: root/mail/antivirus-milter/files/patch-Makefile
blob: 0f1353aafbb4c635ff7d630e9a409d0797caf5ef (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	2003-06-27 17:55:26 UTC
+++ Makefile
@@ -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 @@ LIBDIRS=\
   -L$(SENDMAILBASE)/$(SENDMAILOBJ)/libsm/
 
 # Linux
-LIBS=-lmilter -lpthread
-CFLAGS=-Wall -Werror -g
+#LIBS=-lmilter -lpthread
+#CFLAGS=-Wall -Werror -g
 
 ##
 ## Solaris