[42056] trunk/dports/textproc/libxslt/Portfile

blb at macports.org blb at macports.org
Thu Nov 13 23:31:48 PST 2008


Revision: 42056
          http://trac.macports.org/changeset/42056
Author:   blb at macports.org
Date:     2008-11-13 23:31:47 -0800 (Thu, 13 Nov 2008)
Log Message:
-----------
textproc/libxslt - make sure MACOSX_DEPLOYMENT_TARGET is set to the proper
value (in this case for 10.5 since 10.3 and 10.4 were already handled) so
libraries are built two-level (just like libxml2 in r42053); ticket #14063

Modified Paths:
--------------
    trunk/dports/textproc/libxslt/Portfile

Modified: trunk/dports/textproc/libxslt/Portfile
===================================================================
--- trunk/dports/textproc/libxslt/Portfile	2008-11-14 07:12:06 UTC (rev 42055)
+++ trunk/dports/textproc/libxslt/Portfile	2008-11-14 07:31:47 UTC (rev 42056)
@@ -5,6 +5,7 @@
 
 name            libxslt
 version         1.1.24
+revision        1
 categories      textproc
 platforms       darwin
 maintainers     nox openmaintainer
@@ -50,6 +51,11 @@
     build.env-append        MACOSX_DEPLOYMENT_TARGET=10.4
 }
 
+platform darwin 9 {
+    configure.env-append    MACOSX_DEPLOYMENT_TARGET=10.5
+    build.env-append        MACOSX_DEPLOYMENT_TARGET=10.5
+}
+
 pre-configure {
     reinplace s|need_relink=yes|need_relink=no| ${worksrcpath}/ltmain.sh
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081113/114d3d33/attachment.html>


More information about the macports-changes mailing list