diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-13 09:32:05 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-13 09:32:05 +0800 |
commit | f8f84bfae66edf6ad83f90049d22e68b7029288b (patch) | |
tree | 65045cb57738eef21596a46c2b88ab5fcef89cc0 | |
parent | ff9b76d5e1aba3b74c3d8b282ac22980802c7052 (diff) | |
download | marcuscom-ports-f8f84bfae66edf6ad83f90049d22e68b7029288b.tar marcuscom-ports-f8f84bfae66edf6ad83f90049d22e68b7029288b.tar.gz marcuscom-ports-f8f84bfae66edf6ad83f90049d22e68b7029288b.tar.bz2 marcuscom-ports-f8f84bfae66edf6ad83f90049d22e68b7029288b.tar.lz marcuscom-ports-f8f84bfae66edf6ad83f90049d22e68b7029288b.tar.xz marcuscom-ports-f8f84bfae66edf6ad83f90049d22e68b7029288b.tar.zst marcuscom-ports-f8f84bfae66edf6ad83f90049d22e68b7029288b.zip |
- Change gfx/src/gtk to */*/* for sunbird update
- Allow js/src/fdlibm to extract since it includes a few rules.mk files
needed for new sunbird
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7762 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/mozilla/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index 0b9d5f573..af89f181c 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -4,7 +4,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/mozilla/Makefile.common,v 1.28 2006/10/12 09:32:06 ahze Exp $ +# $MCom: ports/www/mozilla/Makefile.common,v 1.29 2006/10/12 12:17:26 ahze Exp $ # This file contains some reusable components for mozilla ports. It's of # use primarily to apps from the mozilla project itself (such as Firefox, @@ -104,7 +104,6 @@ EXTRACT_AFTER_ARGS?= | ${TAR} -xf - --exclude */CVS/* \ --exclude mozilla/modules/libimg/png \ --exclude mozilla/jpeg \ --exclude mozilla/dbm \ - --exclude mozilla/js/src/fdlibm \ --exclude mozilla/security/nss \ --exclude mozilla/gc/boehm \ --exclude mozilla/gfx/cairo @@ -303,7 +302,7 @@ gecko-post-patch: @${REINPLACE_CMD} -E -e 's|libesd\.so\.[0-9]+|libesd.so|g' \ ${WRKSRC}/widget/src/gtk2/nsSound.cpp @${REINPLACE_CMD} -E -e 's|libcups\.so\.[0-9]+|libcups.so|g' \ - ${WRKSRC}/gfx/src/gtk/nsDeviceContextSpecG.cpp + ${WRKSRC}/*/*/*/nsDeviceContextSpecG.cpp @${REINPLACE_CMD} -e 's|/usr/local/netscape|${LOCALBASE}|g ; \ s|/usr/local/lib/netscape|${LOCALBASE}/lib|g' \ ${WRKSRC}/xpcom/*/SpecialSystemDirectory.cpp |