mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
converters/p5-XML-WBXML: Fix build with libwbxml 0.11.9+
This commit is contained in:
parent
af9e17060c
commit
21b789351f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
+ LIBS => ['-L%%LOCALBASE%%/lib -lwbxml2'], # e.g., '-lm'
|
+ LIBS => ['-L%%LOCALBASE%%/lib -lwbxml2'], # e.g., '-lm'
|
||||||
DEFINE => '', # e.g., '-DHAVE_SOMETHING'
|
DEFINE => '', # e.g., '-DHAVE_SOMETHING'
|
||||||
- INC => '-I.', # e.g., '-I. -I/usr/include/other'
|
- INC => '-I.', # e.g., '-I. -I/usr/include/other'
|
||||||
+ INC => '-I. -I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/libwbxml-1.0/wbxml', # e.g., '-I. -I/usr/include/other'
|
+ INC => '-I. -I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/libwbxml-1.1/wbxml', # e.g., '-I. -I/usr/include/other'
|
||||||
|
|
||||||
# Un-comment this if you add C files to link with later:
|
# Un-comment this if you add C files to link with later:
|
||||||
# OBJECT => '$(O_FILES)', # link all the C files too
|
# OBJECT => '$(O_FILES)', # link all the C files too
|
||||||
|
|
Loading…
Add table
Reference in a new issue