pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/uae "CC_VERSION" is always defined. So we do...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a4b8233fb62a
branches: trunk
changeset: 462327:a4b8233fb62a
user: tron <tron%pkgsrc.org@localhost>
date: Tue Sep 30 12:25:25 2003 +0000
description:
"CC_VERSION" is always defined. So we don't need to check that.
diffstat:
emulators/uae/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 91d60879eee7 -r a4b8233fb62a emulators/uae/Makefile
--- a/emulators/uae/Makefile Tue Sep 30 12:25:24 2003 +0000
+++ b/emulators/uae/Makefile Tue Sep 30 12:25:25 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2003/09/24 12:33:22 tron Exp $
+# $NetBSD: Makefile,v 1.27 2003/09/30 12:25:25 tron Exp $
DISTNAME= uae-0.8.22
PKGNAME= ${DISTNAME}
@@ -20,7 +20,7 @@
.include "../../mk/bsd.prefs.mk"
-.if defined(CC_VERSION) && !empty(CC_VERSION:Mgcc-3.*)
+.if !empty(CC_VERSION:Mgcc-3.*)
post-configure:
${TOUCH} ${WRKSRC}/src/tools/cpuopti.o
${CP} ${CAT} ${WRKSRC}/src/tools/cpuopti
Home |
Main Index |
Thread Index |
Old Index