diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-17 15:10:22 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-17 15:10:22 +0800 |
commit | c767aa11d490564c065da4dada97c781dde6bf2a (patch) | |
tree | 60ba6a51805bdc0e40e2ddfcb175f88ebf2f8a61 /www/firefox | |
parent | 9739875bd303fa29e22e5f14c887eb5eb4ebddf8 (diff) | |
download | marcuscom-ports-c767aa11d490564c065da4dada97c781dde6bf2a.tar.gz marcuscom-ports-c767aa11d490564c065da4dada97c781dde6bf2a.tar.zst marcuscom-ports-c767aa11d490564c065da4dada97c781dde6bf2a.zip |
On second thought, move the rpath stuff to Makefile.common so all Mozilla
browsers can benefit from it.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5155 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index d9a10095f..c93756982 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -3,7 +3,7 @@ # Whom: Alan Eldridge <alane@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/firefox/Makefile,v 1.16 2005/11/16 00:08:29 marcus Exp $ +# $MCom: ports/www/firefox/Makefile,v 1.17 2005/11/17 07:00:00 marcus Exp $ # PORTNAME= firefox @@ -32,12 +32,12 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GCC= 3.4+ -LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${FF} FIREFOX= ${MOZILLA} FF_SUFX= # -devel FF= ${FIREFOX}${FF_SUFX} FF_VER= 1.5 +MOZ_RPATH= ${FF} FIREFOX_ICON= ${FF}.xpm FIREFOX_ICON_SRC= ${PREFIX}/lib/${FF}/icons/default.xpm @@ -106,10 +106,6 @@ post-patch: ${WRKSRC}/${ii}/all.js .endfor -post-build: - @${REINPLACE_CMD} -e "s|\(Libs:.*\)\($$\)|\1 -Wl,-rpath,${PREFIX}/lib/${FF}\2|" \ - ${WRKSRC}/build/unix/*.pc - pre-install: @${RM} -rf ${FAKEDIR} ${PLIST} @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ |