diff options
author | grant <grant@pkgsrc.org> | 2004-07-03 14:00:28 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-03 14:00:28 +0000 |
commit | 77edb5a663f7760c08766f4c120732a01f4ddca6 (patch) | |
tree | 57269e3d985f76ec57d0ec94a8d1818523ef51be /textproc/xmlcatmgr | |
parent | c139d0688aedb64ad4222ac476106e1a0f0f120a (diff) | |
download | pkgsrc-77edb5a663f7760c08766f4c120732a01f4ddca6.tar.gz |
test CC_VERSION instead of USE_MIPSPRO.
Diffstat (limited to 'textproc/xmlcatmgr')
-rw-r--r-- | textproc/xmlcatmgr/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/xmlcatmgr/Makefile b/textproc/xmlcatmgr/Makefile index 9b59d587b1c..1dbc7f2a90a 100644 --- a/textproc/xmlcatmgr/Makefile +++ b/textproc/xmlcatmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/05/02 10:29:21 jmmv Exp $ +# $NetBSD: Makefile,v 1.21 2004/07/03 14:00:28 grant Exp $ # DISTNAME= xmlcatmgr-2.1 @@ -35,9 +35,9 @@ SUPPORT_FILES+= ${EGDIR}/catalog.share.xml ${PREFIX}/share/xml/catalog BUILD_DIRS= ${WRKSRC}/work INSTALL_DIRS= ${WRKSRC}/work -.include "../../mk/bsd.prefs.mk" +.include "../../mk/compiler.mk" -.if defined(USE_MIPSPRO) && !empty(USE_MIPSPRO:M[yY][eE][sS]) +.if !empty(PKGSRC_COMPILER:Mmipspro) CFLAGS+= -c99 .endif |