Build firefox4 and fennec against systemwide cairo.

OK landry@
This commit is contained in:
dcoppa 2011-05-04 08:11:15 +00:00
parent 7b55cc1c38
commit 9aa955883c
3 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2011/05/03 11:11:37 landry Exp $
# $OpenBSD: Makefile,v 1.4 2011/05/04 08:11:15 dcoppa Exp $
COMMENT = Mozilla mobile web browser
@ -6,6 +6,7 @@ MOZILLA_VERSION = 4.0.1
MOZILLA_BRANCH = 2.1
MOZILLA_PROJECT = fennec
MOZILLA_CODENAME = mobile
REVISION = 0
SO_VERSION = 0.0
NSS_SO_VERSION = 27.0

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.176 2011/04/29 07:58:10 landry Exp $
# $OpenBSD: Makefile,v 1.177 2011/05/04 08:11:15 dcoppa Exp $
COMMENT = Mozilla web browser
BROKEN-sparc64 = https://bugzilla.mozilla.org/show_bug.cgi?id=577056
@ -10,7 +10,7 @@ MOZILLA_VERSION = 4.0.1
MOZILLA_BRANCH = 2.0
MOZILLA_PROJECT = mozilla-firefox
MOZILLA_CODENAME = browser
REVISION = 0
REVISION = 1
SO_VERSION = 23.0
NSS_SO_VERSION = 27.0

View File

@ -1,4 +1,4 @@
# $OpenBSD: mozilla.port.mk,v 1.26 2011/04/28 20:44:47 landry Exp $
# $OpenBSD: mozilla.port.mk,v 1.27 2011/05/04 08:11:15 dcoppa Exp $
SHARED_ONLY = Yes
ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc64
@ -71,8 +71,8 @@ CONFIGURE_ARGS +=--with-system-jpeg=${LOCALBASE} \
--enable-svg-renderer=cairo \
--enable-canvas
# for mozilla branch 1.9.2, build against systemwide cairo
.if ${MOZILLA_BRANCH} == 1.9.2
# for mozilla branches 1.9.2 and 2.x.x, build against systemwide cairo
.if ${MOZILLA_BRANCH} != 1.9.1
CONFIGURE_ARGS +=--enable-system-cairo
.endif