[42207] trunk/dports/print/ghostscript/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sun Nov 16 12:31:54 PST 2008


Revision: 42207
          http://trac.macports.org/changeset/42207
Author:   mcalhoun at macports.org
Date:     2008-11-16 12:31:53 -0800 (Sun, 16 Nov 2008)
Log Message:
-----------
ghostscript: use -isystem as an alternate fix to #11901
partial fix of #17107 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/print/ghostscript/Portfile

Modified: trunk/dports/print/ghostscript/Portfile
===================================================================
--- trunk/dports/print/ghostscript/Portfile	2008-11-16 20:26:54 UTC (rev 42206)
+++ trunk/dports/print/ghostscript/Portfile	2008-11-16 20:31:53 UTC (rev 42207)
@@ -52,11 +52,9 @@
     }
 }
 
-# Ticket #11901, Thanks to Christian Cornelssen (ccorn at cs.tu-berlin.de).
 # Make included JasPer uses its own headers rather than the system ones
 configure.cppflags-delete       "-I${prefix}/include"
-configure.cppflags-append       "-I${worksrcpath}/jasper/src/libjasper/include"
-configure.cppflags-append       "-I${prefix}/include"
+configure.cppflags-append       "-isystem${prefix}/include"
 
 configure.args  --disable-compile-inits \
                 --x-includes=${x11prefix}/include \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081116/14abf46b/attachment.html>


More information about the macports-changes mailing list