summaryrefslogtreecommitdiff
path: root/emulators/uae
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2003-09-30 12:25:25 +0000
committertron <tron@pkgsrc.org>2003-09-30 12:25:25 +0000
commitf3d54db24ee7fd6b49dd9f7ed4fe48fda3e16676 (patch)
treede9c04cdb4200c8e834605503c26554b16dff751 /emulators/uae
parentcbd117c41c6fadabc08171ccc45b3d47460f5424 (diff)
downloadpkgsrc-f3d54db24ee7fd6b49dd9f7ed4fe48fda3e16676.tar.gz
"CC_VERSION" is always defined. So we don't need to check that.
Diffstat (limited to 'emulators/uae')
-rw-r--r--emulators/uae/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile
index ca7be45ef0a..415a603340d 100644
--- a/emulators/uae/Makefile
+++ b/emulators/uae/Makefile
@@ -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 @@ CONFIGURE_ARGS+= --enable-dga --enable-vidmode --disable-ui
.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