Modified: trunk/dports/devel/libftdi/Portfile (129091 => 129092)
--- 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}} {