svn commit: r451740 - head/devel/libftdi1/files

Boris Samorodov bsam at FreeBSD.org
Wed Oct 11 10:50:38 UTC 2017


Author: bsam
Date: Wed Oct 11 10:50:36 2017
New Revision: 451740
URL: https://svnweb.freebsd.org/changeset/ports/451740

Log:
  devel/libftdi1: Fix build if previous version is installed.
  
  PR:		221721
  Submitted by:	John Hein <z7dr6ut7gs at snkmail.com>

Added:
  head/devel/libftdi1/files/patch-test_CMakeLists.txt   (contents, props changed)

Added: head/devel/libftdi1/files/patch-test_CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libftdi1/files/patch-test_CMakeLists.txt	Wed Oct 11 10:50:36 2017	(r451740)
@@ -0,0 +1,11 @@
+--- test/CMakeLists.txt.orig	2017-08-07 14:52:39 UTC
++++ test/CMakeLists.txt
+@@ -10,7 +10,7 @@ if(BUILD_TESTS)
+ 
+         enable_testing()
+ 
+-        INCLUDE_DIRECTORIES(BEFORE ${CMAKE_SOURCE_DIR}/src ${Boost_INCLUDE_DIRS})
++        INCLUDE_DIRECTORIES(BEFORE ${Boost_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR}/src)
+ 
+         set(cpp_tests
+             basic.cpp


More information about the svn-ports-all mailing list