pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xmlcatmgr test CC_VERSION instead of USE_MIPS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3e8384291d0
branches:  trunk
changeset: 477476:b3e8384291d0
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Jul 03 14:00:28 2004 +0000

description:
test CC_VERSION instead of USE_MIPSPRO.

diffstat:

 textproc/xmlcatmgr/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r cc0f2dbe6246 -r b3e8384291d0 textproc/xmlcatmgr/Makefile
--- a/textproc/xmlcatmgr/Makefile       Sat Jul 03 13:53:47 2004 +0000
+++ b/textproc/xmlcatmgr/Makefile       Sat Jul 03 14:00:28 2004 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index