pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/spamass-milter
Module Name: pkgsrc
Committed By: wiedi
Date: Wed Dec 7 00:36:24 UTC 2016
Modified Files:
pkgsrc/mail/spamass-milter: Makefile
Log Message:
fix int type on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/mail/spamass-milter/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/spamass-milter/Makefile
diff -u pkgsrc/mail/spamass-milter/Makefile:1.33 pkgsrc/mail/spamass-milter/Makefile:1.34
--- pkgsrc/mail/spamass-milter/Makefile:1.33 Thu Dec 18 22:23:01 2014
+++ pkgsrc/mail/spamass-milter/Makefile Wed Dec 7 00:36:24 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2014/12/18 22:23:01 gdt Exp $
+# $NetBSD: Makefile,v 1.34 2016/12/07 00:36:24 wiedi Exp $
#
DISTNAME= spamass-milter-0.4.0
@@ -16,6 +16,8 @@ DEPENDS+= spamassassin>=2.44:../../mail/
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
+CPPFLAGS.SunOS+= -Du_int8_t=uint8_t
+
RCD_SCRIPTS= spamass-milter
.include "../../mail/libmilter/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index