redland/redland/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit b134e75c5e5760a3a0eb34ae2185ffa019b5cf1e Author: Christian Lohmaier <lohmaier+libreoff...@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,@loader_path/libraptor.1.dylib:$(PWD)/$(LB)/libraptor.1.dylib +LDFLAGS+:=-Wl,-dylib_file,@loader_path/libraptor-lo.$(RAPTOR_MAJOR).dylib:$(PWD)/$(LB)/libraptor-lo.$(RAPTOR_MAJOR).dylib .IF "$(SYSTEM_LIBXML)" != "YES" LDFLAGS+:=-Wl,-dylib_file,@loader_path/../ure-link/lib/libxml2.2.dylib:$(SOLARLIBDIR)/libxml2.2.dylib .ENDIF _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits