diff options
author | dholland <dholland@pkgsrc.org> | 2012-04-07 22:49:54 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-04-07 22:49:54 +0000 |
commit | 773faa8918b168ed8f824e7d34a9f284e3c66a2a (patch) | |
tree | d947ccc739f54c22a632b280ccece347c7d4b2d5 /news/nn | |
parent | bf3987dacf61a1b4f79baaa0c822a689606ac0e4 (diff) | |
download | pkgsrc-773faa8918b168ed8f824e7d34a9f284e3c66a2a.tar.gz |
Oops, do previous correctly.
Diffstat (limited to 'news/nn')
-rw-r--r-- | news/nn/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile index 8d60ec15c07..b440006af8d 100644 --- a/news/nn/Makefile +++ b/news/nn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2012/04/07 20:06:15 dholland Exp $ +# $NetBSD: Makefile,v 1.40 2012/04/07 22:49:54 dholland Exp $ DISTNAME= nn-6.7.3 CATEGORIES= news @@ -14,6 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir PKG_SYSCONFSUBDIR= nntp .include "../../mk/bsd.prefs.mk" +.include "../../mk/compiler.mk" .if ${OPSYS} == "SunOS" SFILE= s-sunos5.h @@ -31,7 +32,7 @@ MFILE= m-mipsel.h MFILE= m-${LOWER_ARCH}.h .endif -.if ${OPSYS} == "DragonFly" || !empty(CC_VERSION:Mgcc) +.if ${OPSYS} == "DragonFly" || !empty(CC_VERSION:Mgcc*) CPP+= -traditional .endif |