pkgsrc/devel/xulrunner10/patches/patch-xpcom_Makefile.in
ryoon 7c73d57863 Import xulrunner-10.0.3 as devel/xulrunner
* Successor of devel/xulrunner, xulrunner-10.0.2.
* This is ESR (Extended Support Release) version.
* Fix security bugs
2012-03-15 08:58:26 +00:00

15 lines
364 B
Text

$NetBSD: patch-xpcom_Makefile.in,v 1.1.1.1 2012/03/15 08:58:28 ryoon Exp $
--- xpcom/Makefile.in.orig 2012-03-09 22:20:38.000000000 +0000
+++ xpcom/Makefile.in
@@ -68,6 +68,10 @@ DIRS += windbgdlg
endif
endif
+ifeq ($(OS_ARCH),NetBSD)
+EXTRA_DSO_LDOPTS += -Wl,-rpath,${PREFIX}/lib/xulrunner-sdk/sdk/lib
+endif
+
ifdef ENABLE_TESTS
TOOL_DIRS += \
tests \