summaryrefslogtreecommitdiffstats
path: root/www
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
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')
-rw-r--r--www/firefox/Makefile3
-rw-r--r--www/firefox/files/mozconfig.in4
-rw-r--r--www/firefox10/Makefile3
-rw-r--r--www/firefox10/files/mozconfig.in4
4 files changed, 10 insertions, 4 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 7f11ca352..10d140969 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/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/firefox/files/mozconfig.in b/www/firefox/files/mozconfig.in
index 08292ce9d..305744c56 100644
--- a/www/firefox/files/mozconfig.in
+++ b/www/firefox/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
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