summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2016-05-01 07:21:56 +0000
committerFlorian Smeets <flo@FreeBSD.org>2016-05-01 07:21:56 +0000
commit14632448b8d4f17f28bf2cf63e19c8b29bbb8f3c (patch)
tree82ee4b883cdce8804caea096321617f8eddc10b3 /textproc
parentMake fetchable again. (diff)
Fix the build when libcheck is installed.
The switch to turn the detection off doesn't work, so remove the part from the Makefile. PR: 209060 Reported by: dewayne@heuristicsystems.com.au, w.schwarzenfeld@aon.at, Zhang Huangbin <zhb@iredmail.org>
Notes
Notes: svn path=/head/; revision=414388
Diffstat (limited to 'textproc')
-rw-r--r--textproc/wbxml2/Makefile1
-rw-r--r--textproc/wbxml2/files/patch-CMakeLists.txt7
2 files changed, 8 insertions, 0 deletions
diff --git a/textproc/wbxml2/Makefile b/textproc/wbxml2/Makefile
index b269857ee02e..49de82f0d11e 100644
--- a/textproc/wbxml2/Makefile
+++ b/textproc/wbxml2/Makefile
@@ -3,6 +3,7 @@
PORTNAME= wbxml2
PORTVERSION= 0.11.4
+PORTREVISION= 1
CATEGORIES= textproc devel
MASTER_SITES= SF/libwbxml/libwbxml/${PORTVERSION}
DISTNAME= libwbxml-${PORTVERSION}
diff --git a/textproc/wbxml2/files/patch-CMakeLists.txt b/textproc/wbxml2/files/patch-CMakeLists.txt
index 4b165bb2147a..f9e1d29f15d8 100644
--- a/textproc/wbxml2/files/patch-CMakeLists.txt
+++ b/textproc/wbxml2/files/patch-CMakeLists.txt
@@ -18,3 +18,10 @@
IF( ENABLE_INSTALL_DOC )
ADD_DOCUMENTATION( TEXT FILE ${CMAKE_SOURCE_DIR}/BUGS )
ADD_DOCUMENTATION( TEXT FILE ${CMAKE_SOURCE_DIR}/ChangeLog )
+@@ -260,6 +260,3 @@ INCLUDE( CPack )
+ ### CTest ########################################
+
+ ADD_SUBDIRECTORY( test/tools )
+-IF(CHECK_FOUND)
+- ADD_SUBDIRECTORY( test/api )
+-ENDIF(CHECK_FOUND)