summaryrefslogtreecommitdiff
path: root/graphics/cairo/Makefile.common
diff options
context:
space:
mode:
authorpho <pho>2014-05-31 10:16:40 +0000
committerpho <pho>2014-05-31 10:16:40 +0000
commit712b5d84214543bfe31b33d5a0e1514d9931b2f1 (patch)
tree411777a03d0b423eb1ea7849cf5e2b112c0a69f2 /graphics/cairo/Makefile.common
parent799ec5b696faff09d3dc19ea6e3c3c2d33f2906e (diff)
downloadpkgsrc-712b5d84214543bfe31b33d5a0e1514d9931b2f1.tar.gz
Resurrect Quartz backend as package option "quartz" which is disabled by default
Diffstat (limited to 'graphics/cairo/Makefile.common')
-rw-r--r--graphics/cairo/Makefile.common13
1 files changed, 1 insertions, 12 deletions
diff --git a/graphics/cairo/Makefile.common b/graphics/cairo/Makefile.common
index 5fad358a0bf..7a2c7957764 100644
--- a/graphics/cairo/Makefile.common
+++ b/graphics/cairo/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2014/05/30 11:56:32 joerg Exp $
+# $NetBSD: Makefile.common,v 1.5 2014/05/31 10:16:40 pho Exp $
#
# used by graphics/cairo/Makefile
# used by graphics/cairo-gobject/Makefile
@@ -29,17 +29,6 @@ CONFIGURE_ARGS+= --enable-pdf
CONFIGURE_ARGS+= --enable-ps
CONFIGURE_ARGS+= --enable-tee
-# Darwin: Quartz backend interacts badly with our library stack. The
-# most notable issue is that when quartz-font is enabled, cairo will
-# never use fontconfig but instead uses CoreGraphics API to find fonts
-# in system-default font paths; as a result, any fonts installed with
-# pkgsrc will never be found. OTOH fontconfig by default searches for
-# fonts in MacOS X system-default paths too so sticking with it will
-# not cause a problem.
-CONFIGURE_ARGS+= --disable-quartz
-CONFIGURE_ARGS+= --disable-quartz-font
-CONFIGURE_ARGS+= --disable-quartz-image
-
PKGCONFIG_OVERRIDE+= src/cairo.pc.in
PKGCONFIG_OVERRIDE+= src/cairo-features.pc.in