[SVN-Commit] r770 - in branches/experimental/www: seamonkey
seamonkey-beta
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Mon Jun 18 13:57:20 UTC 2012
Author: jbeich
Date: Mon Jun 18 13:57:13 2012
New Revision: 770
Log:
--enable-glitz obsolete since 2008/09/30 (bug#445321)
Modified:
branches/experimental/www/seamonkey-beta/Makefile
branches/experimental/www/seamonkey/Makefile
Modified: branches/experimental/www/seamonkey-beta/Makefile
==============================================================================
--- branches/experimental/www/seamonkey-beta/Makefile Mon Jun 18 13:43:54 2012 (r769)
+++ branches/experimental/www/seamonkey-beta/Makefile Mon Jun 18 13:57:13 2012 (r770)
@@ -32,7 +32,6 @@
MAKE_JOBS_SAFE= yes
MOZ_PIS_SCRIPTS= moz_pis_S50cleanhome
MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin
-CPPFLAGS+= -I${LOCALBASE}/include/cairo
USE_GCC= 4.2+
CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
@@ -78,12 +77,6 @@
MOZ_OPTIONS+= --disable-gnomeui
.endif
-.if exists(${LOCALBASE}/include/cairo/cairo-glitz.h)
-# Glitz support can only be enabled if cairo is built with glitz support
-MOZ_OPTIONS+= --enable-glitz
-LIB_DEPENDS+= glitz.1:${PORTSDIR}/graphics/glitz
-.endif
-
.if defined(WITHOUT_MAILNEWS)
EXTRA_PATCHES+= ${FILESDIR}/extra-mailnews-patch-bridge-bridge.mk \
${FILESDIR}/extra-patch-configure.in
Modified: branches/experimental/www/seamonkey/Makefile
==============================================================================
--- branches/experimental/www/seamonkey/Makefile Mon Jun 18 13:43:54 2012 (r769)
+++ branches/experimental/www/seamonkey/Makefile Mon Jun 18 13:57:13 2012 (r770)
@@ -32,7 +32,6 @@
MAKE_JOBS_SAFE= yes
MOZ_PIS_SCRIPTS= moz_pis_S50cleanhome
MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin
-CPPFLAGS+= -I${LOCALBASE}/include/cairo
USE_GCC= 4.2+
CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
@@ -78,12 +77,6 @@
MOZ_OPTIONS+= --disable-gnomeui
.endif
-.if exists(${LOCALBASE}/include/cairo/cairo-glitz.h)
-# Glitz support can only be enabled if cairo is built with glitz support
-MOZ_OPTIONS+= --enable-glitz
-LIB_DEPENDS+= glitz.1:${PORTSDIR}/graphics/glitz
-.endif
-
.if defined(WITHOUT_MAILNEWS)
EXTRA_PATCHES+= ${FILESDIR}/extra-mailnews-patch-bridge-bridge.mk \
${FILESDIR}/extra-patch-configure.in
More information about the freebsd-gecko
mailing list