From b134e75c5e5760a3a0eb34ae2185ffa019b5cf1e Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Fri, 4 May 2012 19:37:57 +0200 Subject: lib was renamed, but dylib_file hint for older XCode was missed. --- redland/redland/makefile.mk | 6 +++--- 1 file 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 -- cgit v1.2.3