[91883] trunk/dports/graphics

ryandesign at macports.org ryandesign at macports.org
Thu Apr 12 02:51:35 PDT 2012


Revision: 91883
          https://trac.macports.org/changeset/91883
Author:   ryandesign at macports.org
Date:     2012-04-12 02:51:34 -0700 (Thu, 12 Apr 2012)
Log Message:
-----------
cairo, cairo-devel: prevent use of ghostscript; see #33827

Modified Paths:
--------------
    trunk/dports/graphics/cairo/Portfile
    trunk/dports/graphics/cairo-devel/Portfile

Modified: trunk/dports/graphics/cairo/Portfile
===================================================================
--- trunk/dports/graphics/cairo/Portfile	2012-04-12 09:33:32 UTC (rev 91882)
+++ trunk/dports/graphics/cairo/Portfile	2012-04-12 09:51:34 UTC (rev 91883)
@@ -76,6 +76,9 @@
                             --enable-tee \
                             --enable-xml
 
+# Prevent cairo from using ghostscript.
+configure.args-append       ac_cv_prog_GS=""
+
 variant opengl requires x11 conflicts no_x11 description {Add OpenGL graphics interface} {
     depends_lib-append      port:mesa
     archcheck.files-append  lib/libGL.dylib

Modified: trunk/dports/graphics/cairo-devel/Portfile
===================================================================
--- trunk/dports/graphics/cairo-devel/Portfile	2012-04-12 09:33:32 UTC (rev 91882)
+++ trunk/dports/graphics/cairo-devel/Portfile	2012-04-12 09:51:34 UTC (rev 91883)
@@ -76,6 +76,9 @@
                             --enable-tee \
                             --enable-xml
 
+# Prevent cairo from using ghostscript.
+configure.args-append       ac_cv_prog_GS=""
+
 variant opengl requires x11 conflicts no_x11 description {Add OpenGL graphics interface} {
     depends_lib-append      port:mesa
     archcheck.files-append  lib/libGL.dylib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120412/b88c30ab/attachment.html>


More information about the macports-changes mailing list