diff options
author | marcus <marcus@FreeBSD.org> | 2007-01-14 15:05:18 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-01-14 15:05:18 +0800 |
commit | 7b0d2fcf99cc910e504711e933dbb3e918a7a6f9 (patch) | |
tree | 5bccd049bbef4deea562335ce2b318a4f8b62bde /www | |
parent | fd474753a20d1cb0ba3c0007dce05c76b82044d4 (diff) | |
download | freebsd-ports-gnome-7b0d2fcf99cc910e504711e933dbb3e918a7a6f9.tar.gz freebsd-ports-gnome-7b0d2fcf99cc910e504711e933dbb3e918a7a6f9.tar.zst freebsd-ports-gnome-7b0d2fcf99cc910e504711e933dbb3e918a7a6f9.zip |
Allow nsprpub to be extracted from the distfile. This directory is needed
for a script that wraps system headers for building with GCC 4.x. This
does not mean the embedded nspr will be used in favor of the system nspr,
but it should fix the build with GCC 4.x.
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla/Makefile.common | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index 7f691de36a54..1b8f230368bc 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -100,7 +100,6 @@ EXTRACT_AFTER_ARGS?= | ${TAR} -xf - --exclude */CVS/* \ --exclude .cvsignore \ --exclude makefile.win \ --exclude MANIFEST \ - --exclude */nsprpub/* \ --exclude mozilla/modules/libimg/png \ --exclude mozilla/jpeg \ --exclude mozilla/dbm \ |