openbsd-ports/textproc/libwbxml/patches/patch-CMakeLists_txt

12 lines
414 B
Plaintext
Raw Normal View History

$OpenBSD: patch-CMakeLists_txt,v 1.1.1.1 2011/10/24 20:27:40 jasper Exp $
--- CMakeLists.txt.orig Fri Sep 9 04:10:26 2011
+++ CMakeLists.txt Fri Sep 9 04:15:08 2011
@@ -97,6 +97,7 @@ SET( WBXML_SUPPORT_ICONV OFF )
IF( ICONV_FOUND )
SET( HAVE_ICONV 1 )
SET( WBXML_SUPPORT_ICONV ON )
+ INCLUDE_DIRECTORIES( ${ICONV_INCLUDE_DIR} )
ENDIF( ICONV_FOUND )
# look for getopt implementation in unistd.h