pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/metamail For SunOS case, add -DSYSV to CFLAGS, do...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fdaeab757c9
branches:  trunk
changeset: 462942:1fdaeab757c9
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Sun Oct 19 21:05:35 2003 +0000

description:
For SunOS case, add -DSYSV to CFLAGS, don't override CFLAGS with it.

diffstat:

 mail/metamail/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5a808458b3f3 -r 1fdaeab757c9 mail/metamail/Makefile
--- a/mail/metamail/Makefile    Sun Oct 19 20:15:05 2003 +0000
+++ b/mail/metamail/Makefile    Sun Oct 19 21:05:35 2003 +0000
@@ -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 @@
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "SunOS"
-CFLAGS=                -DSYSV
+CFLAGS+=               -DSYSV
 .endif
 
 post-patch:



Home | Main Index | Thread Index | Old Index