Revision
129092
Author
snc@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

Diff

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}} {