diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-24 00:13:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-24 00:13:15 +0800 |
commit | 0da5277211d6b4d756f2a496a74bb5e6e58b72eb (patch) | |
tree | efcddbf6e9ce5de393ded5c1e04f3c56da6d669f /www/firefox10 | |
parent | 22cfb1ad5f6abcdd672e1dfee89263fdd387e287 (diff) | |
download | marcuscom-ports-0da5277211d6b4d756f2a496a74bb5e6e58b72eb.tar marcuscom-ports-0da5277211d6b4d756f2a496a74bb5e6e58b72eb.tar.gz marcuscom-ports-0da5277211d6b4d756f2a496a74bb5e6e58b72eb.tar.bz2 marcuscom-ports-0da5277211d6b4d756f2a496a74bb5e6e58b72eb.tar.lz marcuscom-ports-0da5277211d6b4d756f2a496a74bb5e6e58b72eb.tar.xz marcuscom-ports-0da5277211d6b4d756f2a496a74bb5e6e58b72eb.tar.zst marcuscom-ports-0da5277211d6b4d756f2a496a74bb5e6e58b72eb.zip |
Revert previous commit. While the code has the symbols, they are not
compiled into the resulting libraries.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5194 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox10')
-rw-r--r-- | www/firefox10/Makefile | 4 | ||||
-rw-r--r-- | www/firefox10/files/patch-configure | 17 |
2 files changed, 2 insertions, 19 deletions
diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index f05bcbadf..1e338a396 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -3,12 +3,12 @@ # Whom: Alan Eldridge <alane@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/firefox/Makefile,v 1.23 2005/11/23 04:54:58 ahze Exp $ +# $MCom: ports/www/firefox/Makefile,v 1.24 2005/11/23 16:10:42 marcus Exp $ # PORTNAME= firefox DISTVERSION= 1.5rc3 -PORTREVISION= 2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} diff --git a/www/firefox10/files/patch-configure b/www/firefox10/files/patch-configure index b69920507..923cf5065 100644 --- a/www/firefox10/files/patch-configure +++ b/www/firefox10/files/patch-configure @@ -36,20 +36,3 @@ else echo "$ac_t""no" 1>&6 fi -@@ -12148,14 +12148,14 @@ - - echo $ac_n "checking MOZ_GTK2_CFLAGS""... $ac_c" 1>&6 - echo "configure:12151: checking MOZ_GTK2_CFLAGS" >&5 -- MOZ_GTK2_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 1.3.7"` -+ MOZ_GTK2_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 1.3.7" "pangox >= 1.1.0"` - echo "$ac_t""$MOZ_GTK2_CFLAGS" 1>&6 - - echo $ac_n "checking MOZ_GTK2_LIBS""... $ac_c" 1>&6 - echo "configure:12156: checking MOZ_GTK2_LIBS" >&5 - ## don't use --libs since that can do evil things like add - ## -Wl,--export-dynamic -- MOZ_GTK2_LIBS="`$PKG_CONFIG --libs-only-L \"gtk+-2.0 >= 1.3.7\"` `$PKG_CONFIG --libs-only-l \"gtk+-2.0 >= 1.3.7\"`" -+ MOZ_GTK2_LIBS="`$PKG_CONFIG --libs-only-L \"gtk+-2.0 >= 1.3.7\" \"pangox >= 1.1.0\"` `$PKG_CONFIG --libs-only-l \"gtk+-2.0 >= 1.3.7\" \"pangox >= 1.1.0\"`" - echo "$ac_t""$MOZ_GTK2_LIBS" 1>&6 - else - MOZ_GTK2_CFLAGS="" |