Date: Wed, 11 Oct 2017 10:50:37 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451740 - head/devel/libftdi1/files Message-ID: <201710111050.v9BAobZo024806@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710111050.v9BAobZo024806>