Date: Mon, 22 Feb 2016 14:44:41 +0000 (UTC) From: Vsevolod Stakhov <vsevolod@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409352 - head/devel/hyperscan/files Message-ID: <201602221444.u1MEifk0090713@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vsevolod Date: Mon Feb 22 14:44:41 2016 New Revision: 409352 URL: https://svnweb.freebsd.org/changeset/ports/409352 Log: Unbreak 9.x build (not bumping revision) Modified: head/devel/hyperscan/files/patch-CMakeLists.txt Modified: head/devel/hyperscan/files/patch-CMakeLists.txt ============================================================================== --- head/devel/hyperscan/files/patch-CMakeLists.txt Mon Feb 22 14:20:20 2016 (r409351) +++ head/devel/hyperscan/files/patch-CMakeLists.txt Mon Feb 22 14:44:41 2016 (r409352) @@ -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()
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602221444.u1MEifk0090713>