[Libreoffice-commits] .: librsvg/prj libxml2/makefile.mk

Christian Lohmaier cloph at kemper.freedesktop.org
Sat Jun 4 08:20:24 PDT 2011


 librsvg/prj/build.lst |    2 +-
 libxml2/makefile.mk   |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit b0a74a6f7d9a75287c8ff7518272cf0444354bf8
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Sat Jun 4 17:25:47 2011 +0200

    conditionalize libxml dependency

diff --git a/librsvg/prj/build.lst b/librsvg/prj/build.lst
index d667da5..05eaffd 100644
--- a/librsvg/prj/build.lst
+++ b/librsvg/prj/build.lst
@@ -1,3 +1,3 @@
-rg	librsvg	: libxml2 pango libcroco libgsf cairo gdk-pixbuf glib gettext soltools NULL
+rg	librsvg	: LIBXML2:libxml2 pango libcroco libgsf cairo gdk-pixbuf glib gettext soltools NULL
 rg	librsvg			    usr1	-	all	rg_mkout NULL
 rg	librsvg			    nmake	-	all	rg_librsvg NULL
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk
index 78511bf..ca0bee5 100755
--- a/libxml2/makefile.mk
+++ b/libxml2/makefile.mk
@@ -36,8 +36,8 @@ TARGET=so_libxml2
 
 .IF "$(SYSTEM_LIBXML)" == "YES"
 all:
-    @echo "An already available installation of libxml 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 libxml should exist on your system."
+	@echo "Therefore the version provided here does not need to be built in addition."
 .ENDIF
 
 # --- Files --------------------------------------------------------


More information about the Libreoffice-commits mailing list