pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/spamass-milter fix int type on SunOS
details: https://anonhg.NetBSD.org/pkgsrc/rev/1bd85cb61fcf
branches: trunk
changeset: 355622:1bd85cb61fcf
user: wiedi <wiedi%pkgsrc.org@localhost>
date: Wed Dec 07 00:36:24 2016 +0000
description:
fix int type on SunOS
diffstat:
mail/spamass-milter/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 8b998fccc8f8 -r 1bd85cb61fcf mail/spamass-milter/Makefile
--- a/mail/spamass-milter/Makefile Wed Dec 07 00:14:56 2016 +0000
+++ b/mail/spamass-milter/Makefile Wed Dec 07 00:36:24 2016 +0000
@@ -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 @@
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