ports/devel/xc3sprog/files/patch-CMakeLists.txt
Kurt Jaeger c3704a5e7b devel/xc3sprog: change to USES=cmake
PR:		188055
Submitted by:	makc, bapt
2014-08-03 19:37:20 +00:00

11 lines
402 B
Text

--- ./CMakeLists.txt.orig 2014-08-03 12:43:51.000000000 +0200
+++ ./CMakeLists.txt 2014-08-03 21:12:45.000000000 +0200
@@ -16,7 +16,7 @@
ENDIF( ${CMAKE_COMPILER_IS_GNUCXX} )
endif(${WIN32})
-option(USE_FTD2XX "Use FTDI libFTD2XX instead of free libftdi" ON)
+# option(USE_FTD2XX "Use FTDI libFTD2XX instead of free libftdi" ON)
find_package(libftdi)
include_directories(${LIBFTDI_INCLUDE_DIR})