diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-14 15:06:34 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-14 15:06:34 +0800 |
commit | a9ccfdf3261847af17507d24c944fc0843ddfea6 (patch) | |
tree | b3e21a6d3983fe62c7fd5235b75858f234330ebe /www | |
parent | 30e920512efeba19f1c004c1969e63d9a67494c9 (diff) | |
download | marcuscom-ports-a9ccfdf3261847af17507d24c944fc0843ddfea6.tar marcuscom-ports-a9ccfdf3261847af17507d24c944fc0843ddfea6.tar.gz marcuscom-ports-a9ccfdf3261847af17507d24c944fc0843ddfea6.tar.bz2 marcuscom-ports-a9ccfdf3261847af17507d24c944fc0843ddfea6.tar.lz marcuscom-ports-a9ccfdf3261847af17507d24c944fc0843ddfea6.tar.xz marcuscom-ports-a9ccfdf3261847af17507d24c944fc0843ddfea6.tar.zst marcuscom-ports-a9ccfdf3261847af17507d24c944fc0843ddfea6.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.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8201 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index 72aa960dc..9abd94a56 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.39 2006/12/19 11:30:14 ahze Exp $ +# $MCom: ports/www/mozilla/Makefile.common,v 1.40 2006/12/20 18:55:12 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, @@ -97,7 +97,6 @@ PKGDEINSTALL_INC?= ${MASTER_MOZDIR}/pkg-deinstall.in EXTRACT_AFTER_ARGS?= | ${TAR} -xf - --exclude */CVS/* \ --exclude */macbuild/* \ --exclude */package/* \ - --exclude */nsprpub/* \ --exclude mozilla/modules/libimg/png \ --exclude mozilla/jpeg \ --exclude mozilla/dbm \ |