summaryrefslogtreecommitdiff
path: root/redland/raptor/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'redland/raptor/makefile.mk')
-rw-r--r--redland/raptor/makefile.mk10
1 files changed, 8 insertions, 2 deletions
diff --git a/redland/raptor/makefile.mk b/redland/raptor/makefile.mk
index 61d1e5a0ea9b..e0e4968be778 100644
--- a/redland/raptor/makefile.mk
+++ b/redland/raptor/makefile.mk
@@ -36,8 +36,8 @@ TARGET=so_raptor
.IF "$(SYSTEM_REDLAND)" == "YES"
all:
- @echo "An already available installation of Redland RDF should exist on your system."
- @echo "Therefore the version provided here does not need to be built in addition."
+ @echo "An already available installation of Redland RDF should exist on your system."
+ @echo "Therefore the version provided here does not need to be built in addition."
.ENDIF
# --- Files --------------------------------------------------------
@@ -66,6 +66,12 @@ OOO_PATCH_FILES += \
PATCH_FILES=$(OOO_PATCH_FILES)
+.IF "$(SYSTEM_LIBXML)" == "YES"
+PATCH_FILES+=raptor-1.4.18.libxml.patch
+.ENDIF
+.IF "$(SYSTEM_LIBXSLT)" == "YES"
+PATCH_FILES+=raptor-1.4.18.libxslt.patch
+.ENDIF
.IF "$(OS)"=="WNT"
.IF "$(COM)"=="GCC"