pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xmlcatmgr Really test CC_VERSION, as previous...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/026cb82cb3f6
branches:  trunk
changeset: 477512:026cb82cb3f6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 04 08:43:03 2004 +0000

description:
Really test CC_VERSION, as previous commit message suggests.

diffstat:

 textproc/xmlcatmgr/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7617a97db9ae -r 026cb82cb3f6 textproc/xmlcatmgr/Makefile
--- a/textproc/xmlcatmgr/Makefile       Sun Jul 04 08:30:46 2004 +0000
+++ b/textproc/xmlcatmgr/Makefile       Sun Jul 04 08:43:03 2004 +0000
@@ -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 @@
 
 .include "../../mk/compiler.mk"
 
-.if !empty(PKGSRC_COMPILER:Mmipspro)
+.if !empty(CC_VERSION:MMIPSpro)
 CFLAGS+=       -c99
 .endif
 



Home | Main Index | Thread Index | Old Index