[129092] trunk/dports/devel/libftdi/Portfile
snc at macports.org
snc at macports.org
Fri Dec 5 08:37:35 PST 2014
Revision: 129092
https://trac.macports.org/changeset/129092
Author: snc at macports.org
Date: 2014-12-05 08:37:35 -0800 (Fri, 05 Dec 2014)
Log Message:
-----------
libftdi1: fix include order preventing upgrade path, #45550
Modified Paths:
--------------
trunk/dports/devel/libftdi/Portfile
Modified: trunk/dports/devel/libftdi/Portfile
===================================================================
--- trunk/dports/devel/libftdi/Portfile 2014-12-05 16:36:20 UTC (rev 129091)
+++ trunk/dports/devel/libftdi/Portfile 2014-12-05 16:37:35 UTC (rev 129092)
@@ -57,9 +57,12 @@
configure.args-append -DPYTHON_EXECUTABLE=${prefix}/bin/python2.7 \
-DPYTHON_LIBRARY=${frameworks_dir}/Python.framework/Versions/2.7/lib/libpython2.7.dylib \
+ -DCMAKE_CXX_FLAGS=${configure.cxxflags} \
+ -DCMAKE_C_FLAGS=${configure.cflags} \
-DPYTHON_INCLUDE_DIR=${frameworks_dir}/Python.framework/Versions/2.7/Headers
livecheck.regex ${subport}-(1(\\.\\d+)+)
+notes ${configure.cflags} ${configure.cxxflags}
}
if {${subport} == ${name}} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141205/483aab59/attachment.html>
More information about the macports-changes
mailing list