$NetBSD: patch-ae,v 1.1.1.1 2009/01/10 16:05:32 tnn2 Exp $ --- build/config/FreeBSD.orig 2008-10-09 18:14:00.000000000 +0200 +++ build/config/FreeBSD @@ -20,7 +20,7 @@ CXX = g++ LINK = $(CXX) LIB = ar -cr RANLIB = ranlib -SHLIB = $(CXX) -shared -Wl,-soname,$(notdir $@) -o $@ +SHLIB = $(CXX) -Wl,-R$(PREFIX)/lib -shared -Wl,-soname,$(notdir $@) -o $@ SHLIBLN = $(POCO_BASE)/build/script/shlibln DEP = $(POCO_BASE)/build/script/makedepend.gcc STRIP = strip