summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-03-28 14:10:45 +0000
committerryoon <ryoon@pkgsrc.org>2013-03-28 14:10:45 +0000
commit00de68fab48355b6279494613e79fc52a41c71ed (patch)
treec663f7987efa6ebdcaee8d5a821b7a4637f41d55
parent3c350e71ca199382abb19fbc7ad85c18a80aac76 (diff)
downloadpkgsrc-00de68fab48355b6279494613e79fc52a41c71ed.tar.gz
Follow remove of xulrunner-sdk.
* Use lib/xulrunner.
-rw-r--r--devel/xulrunner/patches/patch-xpcom_Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/xulrunner/patches/patch-xpcom_Makefile.in b/devel/xulrunner/patches/patch-xpcom_Makefile.in
index 91ec5ec8f7c..2df84222758 100644
--- a/devel/xulrunner/patches/patch-xpcom_Makefile.in
+++ b/devel/xulrunner/patches/patch-xpcom_Makefile.in
@@ -1,4 +1,4 @@
-$NetBSD: patch-xpcom_Makefile.in,v 1.4 2013/01/10 15:01:32 ryoon Exp $
+$NetBSD: patch-xpcom_Makefile.in,v 1.5 2013/03/28 14:10:45 ryoon Exp $
--- xpcom/Makefile.in.orig 2013-01-04 23:44:47.000000000 +0000
+++ xpcom/Makefile.in
@@ -7,7 +7,7 @@ $NetBSD: patch-xpcom_Makefile.in,v 1.4 2013/01/10 15:01:32 ryoon Exp $
endif
+ifeq ($(OS_ARCH),NetBSD)
-+EXTRA_DSO_LDOPTS += -Wl,-rpath,${PREFIX}/lib/xulrunner-sdk/sdk/lib
++EXTRA_DSO_LDOPTS += -Wl,-rpath,${PREFIX}/lib/xulrunner/sdk/lib
+endif
+
ifdef ENABLE_TESTS