pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/galeon12 Remove strange use of buildlink-internal ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d99f0e4127ac
branches:  trunk
changeset: 481243:d99f0e4127ac
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 29 21:17:52 2004 +0000

description:
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:

 www/galeon12/Makefile |  11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diffs (25 lines):

diff -r def998c9ca9c -r d99f0e4127ac www/galeon12/Makefile
--- a/www/galeon12/Makefile     Wed Sep 29 16:44:32 2004 +0000
+++ b/www/galeon12/Makefile     Wed Sep 29 21:17:52 2004 +0000
@@ -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 @@
 # 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
 



Home | Main Index | Thread Index | Old Index