summaryrefslogtreecommitdiffstats
path: root/www/firefox10/files
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-12 10:06:57 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-12 10:06:57 +0800
commitcb8fb4ebca2ad2c758f85c99627bf40359ff6ce6 (patch)
tree3b0449a0dbd0a083eaea0a710dd2fd4642025850 /www/firefox10/files
parent3519652ba26fe5688e9981c3413ba4b86734869d (diff)
downloadmarcuscom-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/files')
-rw-r--r--www/firefox10/files/mozconfig.in4
1 files changed, 3 insertions, 1 deletions
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