openbsd-ports/textproc/libwbxml/patches/patch-CMakeLists_txt
jasper 8e4cc3e507 import libwbxml 0.11.0
The WBXML Library (libwbxml) contains a library and its associated
tools to parse, encode and handle WBXML documents.

The WBXML format is a binary representation of XML, defined by the
Wap Forum, and used to reduce bandwidth in mobile communications.

from Vadim Zhukov
feedback/ok sthen@
2011-10-24 20:27:40 +00:00

12 lines
414 B
Plaintext

$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