[138364] trunk/dports/print/pslib
ryandesign at macports.org
ryandesign at macports.org
Mon Jul 6 03:50:40 PDT 2015
Revision: 138364
https://trac.macports.org/changeset/138364
Author: ryandesign at macports.org
Date: 2015-07-06 03:50:40 -0700 (Mon, 06 Jul 2015)
Log Message:
-----------
pslib: build with two-level namespace on Yosemite and later (#48266)
Modified Paths:
--------------
trunk/dports/print/pslib/Portfile
Added Paths:
-----------
trunk/dports/print/pslib/files/
trunk/dports/print/pslib/files/yosemite-libtool.patch
Modified: trunk/dports/print/pslib/Portfile
===================================================================
--- trunk/dports/print/pslib/Portfile 2015-07-06 10:41:47 UTC (rev 138363)
+++ trunk/dports/print/pslib/Portfile 2015-07-06 10:50:40 UTC (rev 138364)
@@ -5,7 +5,7 @@
name pslib
version 0.4.5
-revision 5
+revision 6
categories print
maintainers nomaintainer
license {GPL-2+ LGPL-2+}
@@ -30,8 +30,10 @@
depends_lib port:libpng \
port:jpeg \
port:giflib \
- port:tiff
+ port:tiff
+patchfiles-append yosemite-libtool.patch
+
configure.args-append --with-png=${prefix} \
--with-jpeg=${prefix} \
--with-gif=${prefix} \
Added: trunk/dports/print/pslib/files/yosemite-libtool.patch
===================================================================
--- trunk/dports/print/pslib/files/yosemite-libtool.patch (rev 0)
+++ trunk/dports/print/pslib/files/yosemite-libtool.patch 2015-07-06 10:50:40 UTC (rev 138364)
@@ -0,0 +1,11 @@
+--- configure.orig 2011-03-23 13:43:49.000000000 -0500
++++ configure 2015-07-06 05:45:58.000000000 -0500
+@@ -8867,7 +8867,7 @@
+ case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
+ 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
+ _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
+- 10.[012]*)
++ 10.[012][,.]*)
+ _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
+ 10.*)
+ _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150706/a3b27ac0/attachment-0001.html>
More information about the macports-changes
mailing list