diff options
author | wiz <wiz> | 2004-09-29 21:17:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-09-29 21:17:52 +0000 |
commit | 3524618ff465a9edbb25c5f92ce2497cfca241ca (patch) | |
tree | 2e68bff1b34be3f07cb3a7da19b61d0d1d4cc92b /www/galeon12 | |
parent | 4b241b2827482af4cbd5a1b6da50062bba215090 (diff) | |
download | pkgsrc-3524618ff465a9edbb25c5f92ce2497cfca241ca.tar.gz |
Remove strange use of buildlink-internal cc wrapper.
Closes PR 27072; test-built on 2.0_BETA which has gcc3,
so the comment above the removed chunk seems incorrect.
Diffstat (limited to 'www/galeon12')
-rw-r--r-- | www/galeon12/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/www/galeon12/Makefile b/www/galeon12/Makefile index e02e587fdbe..cb84881a617 100644 --- a/www/galeon12/Makefile +++ b/www/galeon12/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/08/27 06:29:11 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2004/09/29 21:17:52 wiz Exp $ DISTNAME= galeon-1.2.14 CATEGORIES= www @@ -50,15 +50,6 @@ LDFLAGS+= ${COMPILER_RPATH_FLAG}${MOZ_LIBDIR} # Ensure we export symbols in the linked shared object. LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} -.include "../../mk/compiler.mk" -.if !empty(CC_VERSION:Mgcc-3*) -# Workaround for gcc3 build issue -post-buildlink: - ${CP} ${BUILDLINK_DIR}/bin/cc ${BUILDLINK_DIR}/bin/cc.orig - ${SED} 's:\(exec \$$cmd\):\1 -lstdc++ -lm:' ${BUILDLINK_DIR}/bin/cc.orig\ - > ${BUILDLINK_DIR}/bin/cc -.endif - pre-install: ${GCONF_PREFIX}/bin/gconftool --shutdown |