[90684] trunk/dports/graphics/vlfeat/Portfile

jmr at macports.org jmr at macports.org
Mon Mar 12 04:53:54 PDT 2012


Revision: 90684
          http://trac.macports.org/changeset/90684
Author:   jmr at macports.org
Date:     2012-03-12 04:53:51 -0700 (Mon, 12 Mar 2012)
Log Message:
-----------
vlfeat: use correct sdkroot (#28904)

Modified Paths:
--------------
    trunk/dports/graphics/vlfeat/Portfile

Modified: trunk/dports/graphics/vlfeat/Portfile
===================================================================
--- trunk/dports/graphics/vlfeat/Portfile	2012-03-12 11:35:04 UTC (rev 90683)
+++ trunk/dports/graphics/vlfeat/Portfile	2012-03-12 11:53:51 UTC (rev 90684)
@@ -31,6 +31,11 @@
 supported_archs     x86_64
 
 build.args-append   ARCH=maci64
+if {${configure.sdkroot} != ""}
+    build.args-append   SDKROOT="${configure.sdkroot}"
+else {
+    build.args-append   SDKROOT=/
+}
 
 post-patch {
     reinplace "s|-install_name @loader_path/|-install_name ${prefix}/lib/|g" ${worksrcpath}/make/dll.mak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120312/7337ea23/attachment.html>


More information about the macports-changes mailing list