aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorvsevolod <vsevolod@FreeBSD.org>2016-02-22 22:44:41 +0800
committervsevolod <vsevolod@FreeBSD.org>2016-02-22 22:44:41 +0800
commitfaf7b34a559ca55c8de8e5787b5a11a656f40f7d (patch)
treefd155c9125c5eb185b72c464d022941fd718bcce /devel
parent45585305665b42e6aa763455279807cb88e05abb (diff)
downloadfreebsd-ports-gnome-faf7b34a559ca55c8de8e5787b5a11a656f40f7d.tar.gz
freebsd-ports-gnome-faf7b34a559ca55c8de8e5787b5a11a656f40f7d.tar.zst
freebsd-ports-gnome-faf7b34a559ca55c8de8e5787b5a11a656f40f7d.zip
Unbreak 9.x build (not bumping revision)
Diffstat (limited to 'devel')
-rw-r--r--devel/hyperscan/files/patch-CMakeLists.txt16
1 files changed, 13 insertions, 3 deletions
diff --git a/devel/hyperscan/files/patch-CMakeLists.txt b/devel/hyperscan/files/patch-CMakeLists.txt
index 9c68b162936d..6ef290960bc0 100644
--- a/devel/hyperscan/files/patch-CMakeLists.txt
+++ b/devel/hyperscan/files/patch-CMakeLists.txt
@@ -1,6 +1,6 @@
---- CMakeLists.txt.orig 2016-02-04 09:53:47 UTC
-+++ CMakeLists.txt
-@@ -171,8 +171,8 @@ else()
+--- CMakeLists.txt.orig 2015-12-18 03:41:50.000000000 +0000
++++ CMakeLists.txt 2016-02-22 13:28:07.548454000 +0000
+@@ -171,8 +171,8 @@
endif()
# set compiler flags - more are tested and added later
@@ -11,3 +11,13 @@
if (NOT CMAKE_C_FLAGS MATCHES .*march.*)
message(STATUS "Building for current host CPU")
+@@ -954,6 +954,6 @@
+ install(TARGETS hs_shared DESTINATION lib)
+ endif()
+
+-if(NOT WIN32)
+- add_subdirectory(examples)
+-endif()
++#if(NOT WIN32)
++#add_subdirectory(examples)
++#endif()