From faf7b34a559ca55c8de8e5787b5a11a656f40f7d Mon Sep 17 00:00:00 2001 From: vsevolod Date: Mon, 22 Feb 2016 14:44:41 +0000 Subject: Unbreak 9.x build (not bumping revision) --- devel/hyperscan/files/patch-CMakeLists.txt | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'devel') 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() -- cgit