diff options
author | beat <beat@FreeBSD.org> | 2010-11-28 23:03:02 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2010-11-28 23:03:02 +0800 |
commit | 9c07aa9f690e234ee01e54bf0354ccccf2908dbf (patch) | |
tree | 2cd2481573ceaff1c515eb526e87e8503b3b636c | |
parent | 206800f3693e42880473cae016e6ede09c74d284 (diff) | |
download | freebsd-ports-gnome-9c07aa9f690e234ee01e54bf0354ccccf2908dbf.tar.gz freebsd-ports-gnome-9c07aa9f690e234ee01e54bf0354ccccf2908dbf.tar.zst freebsd-ports-gnome-9c07aa9f690e234ee01e54bf0354ccccf2908dbf.zip |
- Using cairo 1.10.0 results in not correctly rendered gif and svg images:
https://bugzilla.mozilla.org/show_bug.cgi?id=597174
https://bugzilla.mozilla.org/show_bug.cgi?id=610107
Until a proper fix is available use bundled cairo.
- Bump PORTREVISION
PR: ports/152545
Submitted by: Zach Thompson <hideo AT lastamericanempire.com>
-rw-r--r-- | www/seamonkey2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 6588dcd1c446..c75e8e676422 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -7,6 +7,7 @@ PORTNAME= seamonkey DISTVERSION= 2.0.10 +PORTREVISION= 1 CATEGORIES?= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION}/source @@ -37,9 +38,8 @@ MOZ_OPTIONS+= --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ --enable-svg \ --enable-application=suite \ --enable-svg-renderer=cairo \ - --enable-system-cairo \ --enable-canvas -USE_MOZILLA= -png -dbm -jpeg -xft +USE_MOZILLA= -png -dbm -jpeg -xft -cairo MOZ_TOOLKIT= cairo-gtk2 MOZILLA_PLIST_DIRS= bin lib MOZ_PKGCONFIG_FILES= |