diff options
author | bouyer <bouyer> | 2003-10-19 21:05:35 +0000 |
---|---|---|
committer | bouyer <bouyer> | 2003-10-19 21:05:35 +0000 |
commit | f6e2402df0f09665dac0e251603bbfe7310bfa8d (patch) | |
tree | 561a1b4333840f3803469fff844e088af3b83581 /mail/metamail/Makefile | |
parent | dd0101e2b13c81387f5db13a216a41f1b582c12e (diff) | |
download | pkgsrc-f6e2402df0f09665dac0e251603bbfe7310bfa8d.tar.gz |
For SunOS case, add -DSYSV to CFLAGS, don't override CFLAGS with it.
Diffstat (limited to 'mail/metamail/Makefile')
-rw-r--r-- | mail/metamail/Makefile | 4 |
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: |