pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(mail/sendmail) Remove CFLAGS line, not necessary. Also confirmed on 8.99.12 to be packaged.



Module Name:	pkgsrc-wip
Committed By:	makoto <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By:	mef
Date:		Mon Apr 2 08:43:56 2018 +0900
Changeset:	c5a5c7c6f00560842a0cee839d929cfb62e12ce5

Modified Files:
	sendmail/Makefile.common

Log Message:
(mail/sendmail) Remove CFLAGS line, not necessary. Also confirmed on 8.99.12 to be packaged.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c5a5c7c6f00560842a0cee839d929cfb62e12ce5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sendmail/Makefile.common | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/sendmail/Makefile.common b/sendmail/Makefile.common
index c51c34b0bf..9f2ad6c304 100644
--- a/sendmail/Makefile.common
+++ b/sendmail/Makefile.common
@@ -39,8 +39,6 @@ MAKE_ENV+=	M4=${TOOLS_M4}
 
 .include "../../mk/bsd.prefs.mk"
 
-CFLAGS+=	-I../include -I../
-
 .if ${OPSYS} == "SunOS" && exists(/usr/include/paths.h)
 CFLAGS+=	-DSOLARIS_HAS_PATHS_H
 .endif


Home | Main Index | Thread Index | Old Index