summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-07-20 00:41:26 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-07-20 00:41:26 +0000
commit0bd7e6290e4d185e08bc9c3b3b4956280164e31d (patch)
treefa4703a5af7934b4539671559bc2602ce5d227e6 /bindings
parent73fcc3cc7918be8925358e3e4ca6b4a136da19e2 (diff)
downloadlibdom-0bd7e6290e4d185e08bc9c3b3b4956280164e31d.tar.gz
libdom-0bd7e6290e4d185e08bc9c3b3b4956280164e31d.tar.bz2
Fix RISC OS build
svn path=/trunk/dom/; revision=3446
Diffstat (limited to 'bindings')
-rw-r--r--bindings/xml/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/bindings/xml/Makefile b/bindings/xml/Makefile
index e1239ec..53a76f9 100644
--- a/bindings/xml/Makefile
+++ b/bindings/xml/Makefile
@@ -19,7 +19,9 @@
# test Execute any test cases
# Manipulate include paths
-CFLAGS += -I$(CURDIR) `pkg-config --cflags libxml-2.0` -D_POSIX_C_SOURCE
+CFLAGS += -I$(CURDIR) \
+ `${PKGCONFIG} ${PKGCONFIGFLAGS} --cflags libxml-2.0` \
+ -D_POSIX_C_SOURCE
# Objects
OBJS = xmlbinding xmlparser