summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2015-10-11 21:34:11 +0000
committerFlorian Smeets <flo@FreeBSD.org>2015-10-11 21:34:11 +0000
commite1bb2b03af7c352fb3c74621e800fc7ebcd7adf9 (patch)
tree2de1d99c4e61334d066d207afacb4ea63c51ed55 /converters
parentmath/ocaml-zarith: set BROKEN_armv6 (diff)
Update wbxml2 to 0.11.2
PR: 203551 Submitted by: Martin Waschbuesch <martin@waschbuesch.de>
Notes
Notes: svn path=/head/; revision=399104
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-XML-WBXML/Makefile1
-rw-r--r--converters/p5-XML-WBXML/files/patch-Makefile.PL2
2 files changed, 2 insertions, 1 deletions
diff --git a/converters/p5-XML-WBXML/Makefile b/converters/p5-XML-WBXML/Makefile
index f549d4c1911e..3ac4f88b64f5 100644
--- a/converters/p5-XML-WBXML/Makefile
+++ b/converters/p5-XML-WBXML/Makefile
@@ -3,6 +3,7 @@
PORTNAME= XML-WBXML
PORTVERSION= 0.09
+PORTREVISION= 1
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/converters/p5-XML-WBXML/files/patch-Makefile.PL b/converters/p5-XML-WBXML/files/patch-Makefile.PL
index 346a7b261388..ece4876d8a4e 100644
--- a/converters/p5-XML-WBXML/files/patch-Makefile.PL
+++ b/converters/p5-XML-WBXML/files/patch-Makefile.PL
@@ -8,7 +8,7 @@
+ LIBS => ['-L%%LOCALBASE%%/lib -lwbxml2'], # e.g., '-lm'
DEFINE => '', # e.g., '-DHAVE_SOMETHING'
- INC => '-I.', # e.g., '-I. -I/usr/include/other'
-+ INC => '-I. -I%%LOCALBASE%%/include', # e.g., '-I. -I/usr/include/other'
++ INC => '-I. -I%%LOCALBASE%%/include -I/usr/local/include/libwbxml-1.0/wbxml', # e.g., '-I. -I/usr/include/other'
# Un-comment this if you add C files to link with later:
# OBJECT => '$(O_FILES)', # link all the C files too