[Libreoffice-commits] .: redland/redland
Christian Lohmaier
cloph at kemper.freedesktop.org
Fri May 4 12:06:43 PDT 2012
redland/redland/makefile.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit b134e75c5e5760a3a0eb34ae2185ffa019b5cf1e
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Fri May 4 19:37:57 2012 +0200
lib was renamed, but dylib_file hint for older XCode was missed.
diff --git a/redland/redland/makefile.mk b/redland/redland/makefile.mk
index a62fefb..683ce3d 100644
--- a/redland/redland/makefile.mk
+++ b/redland/redland/makefile.mk
@@ -36,8 +36,8 @@ TARGET=so_redland
.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 --------------------------------------------------------
@@ -125,7 +125,7 @@ LDFLAGS+:=-L$(SYSBASE)$/lib -L$(SYSBASE)$/usr$/lib -lpthread -ldl
.ENDIF # "$(SYSBASE)"!=""
.IF "$(OS)"=="MACOSX"
-LDFLAGS+:=-Wl,-dylib_file, at loader_path/libraptor.1.dylib:$(PWD)/$(LB)/libraptor.1.dylib
+LDFLAGS+:=-Wl,-dylib_file, at loader_path/libraptor-lo.$(RAPTOR_MAJOR).dylib:$(PWD)/$(LB)/libraptor-lo.$(RAPTOR_MAJOR).dylib
.IF "$(SYSTEM_LIBXML)" != "YES"
LDFLAGS+:=-Wl,-dylib_file, at loader_path/../ure-link/lib/libxml2.2.dylib:$(SOLARLIBDIR)/libxml2.2.dylib
.ENDIF
More information about the Libreoffice-commits
mailing list