diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-12 10:06:57 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-12 10:06:57 +0800 |
commit | cb8fb4ebca2ad2c758f85c99627bf40359ff6ce6 (patch) | |
tree | 3b0449a0dbd0a083eaea0a710dd2fd4642025850 /www/firefox10 | |
parent | 3519652ba26fe5688e9981c3413ba4b86734869d (diff) | |
download | marcuscom-ports-cb8fb4ebca2ad2c758f85c99627bf40359ff6ce6.tar marcuscom-ports-cb8fb4ebca2ad2c758f85c99627bf40359ff6ce6.tar.gz marcuscom-ports-cb8fb4ebca2ad2c758f85c99627bf40359ff6ce6.tar.bz2 marcuscom-ports-cb8fb4ebca2ad2c758f85c99627bf40359ff6ce6.tar.lz marcuscom-ports-cb8fb4ebca2ad2c758f85c99627bf40359ff6ce6.tar.xz marcuscom-ports-cb8fb4ebca2ad2c758f85c99627bf40359ff6ce6.tar.zst marcuscom-ports-cb8fb4ebca2ad2c758f85c99627bf40359ff6ce6.zip |
- Use system cairo
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5111 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox10')
-rw-r--r-- | www/firefox10/Makefile | 3 | ||||
-rw-r--r-- | www/firefox10/files/mozconfig.in | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index 7f11ca352..10d140969 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -3,7 +3,7 @@ # Whom: Alan Eldridge <alane@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/firefox/Makefile,v 1.11 2005/11/11 00:15:47 ahze Exp $ +# $MCom: ports/www/firefox/Makefile,v 1.12 2005/11/11 00:57:51 ahze Exp $ # PORTNAME= firefox @@ -53,6 +53,7 @@ EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude */CVS/* \ --exclude makefile.win \ --exclude mozilla/security/nss \ --exclude */nsprpub/* \ + --exclude mozilla/gfx/cairo \ --exclude MANIFEST FIREFOX= ${PORTNAME} diff --git a/www/firefox10/files/mozconfig.in b/www/firefox10/files/mozconfig.in index 08292ce9d..305744c56 100644 --- a/www/firefox10/files/mozconfig.in +++ b/www/firefox10/files/mozconfig.in @@ -1,6 +1,6 @@ # .mozconfig.in -*-shell-script-*- # $FreeBSD$ -# $MCom: ports/www/firefox/files/mozconfig.in,v 1.7 2005/11/11 00:15:48 ahze Exp $ +# $MCom: ports/www/firefox/files/mozconfig.in,v 1.8 2005/11/11 00:57:52 ahze Exp $ ###################################################################### # standard opts from README ac_add_options --enable-application=browser @@ -34,6 +34,7 @@ ac_add_options --with-system-zlib ac_add_options --with-system-png=@LOCALBASE@ ac_add_options --with-gssapi=@KRB5_HOME@ ac_add_options --with-system-nspr +ac_add_options --enable-system-cairo ###################################################################### # set compile/link features ac_add_options --with-pthreads @@ -51,6 +52,7 @@ ac_add_options --enable-single-profile ac_add_options --disable-profilesharing ac_add_options --enable-image-decoders=png,gif,jpeg,bmp ac_add_options --enable-extensions="default" +ac_add_options --enable-svg-renderer=cairo ###################################################################### # conditional from port Makefile #if test -n "$WITH_REORDER"; then |