summaryrefslogtreecommitdiff
path: root/mail/metamail
diff options
context:
space:
mode:
authorbouyer <bouyer>2003-10-19 21:05:35 +0000
committerbouyer <bouyer>2003-10-19 21:05:35 +0000
commit154cd0e842f5ccf233c6be17d2f5390ba94dca5f (patch)
tree561a1b4333840f3803469fff844e088af3b83581 /mail/metamail
parent73c1a7a01f960eafe66d1836743b58aa2d526039 (diff)
downloadpkgsrc-154cd0e842f5ccf233c6be17d2f5390ba94dca5f.tar.gz
For SunOS case, add -DSYSV to CFLAGS, don't override CFLAGS with it.
Diffstat (limited to 'mail/metamail')
-rw-r--r--mail/metamail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/metamail/Makefile b/mail/metamail/Makefile
index 6b42e2f2440..0ba48f942c6 100644
--- a/mail/metamail/Makefile
+++ b/mail/metamail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2003/07/17 21:46:27 grant Exp $
+# $NetBSD: Makefile,v 1.22 2003/10/19 21:05:35 bouyer Exp $
DISTNAME= mm2.7
PKGNAME= metamail-2.7
@@ -26,7 +26,7 @@ CONF_FILES= ${EGDIR}/mailcap ${PKG_SYSCONFDIR}/mailcap
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
-CFLAGS= -DSYSV
+CFLAGS+= -DSYSV
.endif
post-patch: