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
commited4275b2d7031df17d7658680c357278f1533d8b (patch)
treefa4703a5af7934b4539671559bc2602ce5d227e6 /bindings
parent990231a01d464a461fdc56f3406c4128e4aca3f7 (diff)
downloadlibdom-ed4275b2d7031df17d7658680c357278f1533d8b.tar.gz
libdom-ed4275b2d7031df17d7658680c357278f1533d8b.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