diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2012-05-04 19:37:57 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2012-05-04 21:06:47 +0200 |
commit | b134e75c5e5760a3a0eb34ae2185ffa019b5cf1e (patch) | |
tree | 45a5cfe9b351cc56f97ea6ed2cf027787fe8da92 /redland | |
parent | 6f1a96249014c6144c638cfcf38db3e910f6a6bc (diff) |
lib was renamed, but dylib_file hint for older XCode was missed.
Diffstat (limited to 'redland')
-rw-r--r-- | redland/redland/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/redland/redland/makefile.mk b/redland/redland/makefile.mk index a62fefbff76a..683ce3df260e 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 |