diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-04 08:43:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-04 08:43:03 +0000 |
commit | 0ddc5bd083c828374e26ddffd7790bbf3a141bb6 (patch) | |
tree | 7ab6d4329673ee1fe41735a58e57715019f56b8b | |
parent | 4b6f21b903d47d4acfbd3ccf546f3cffd3db9b77 (diff) | |
download | pkgsrc-0ddc5bd083c828374e26ddffd7790bbf3a141bb6.tar.gz |
Really test CC_VERSION, as previous commit message suggests.
-rw-r--r-- | textproc/xmlcatmgr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xmlcatmgr/Makefile b/textproc/xmlcatmgr/Makefile index 1dbc7f2a90a..561e41b84c0 100644 --- a/textproc/xmlcatmgr/Makefile +++ b/textproc/xmlcatmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/07/03 14:00:28 grant Exp $ +# $NetBSD: Makefile,v 1.22 2004/07/04 08:43:03 wiz Exp $ # DISTNAME= xmlcatmgr-2.1 @@ -37,7 +37,7 @@ INSTALL_DIRS= ${WRKSRC}/work .include "../../mk/compiler.mk" -.if !empty(PKGSRC_COMPILER:Mmipspro) +.if !empty(CC_VERSION:MMIPSpro) CFLAGS+= -c99 .endif |