summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorryoon <ryoon>2013-03-28 14:10:45 +0000
committerryoon <ryoon>2013-03-28 14:10:45 +0000
commitfddb579a781af38ee5a9fc0c7f6651380b86f96e (patch)
treec663f7987efa6ebdcaee8d5a821b7a4637f41d55 /devel
parentcd052e6555cdc86a6258227d8af090923161aa25 (diff)
downloadpkgsrc-fddb579a781af38ee5a9fc0c7f6651380b86f96e.tar.gz
Follow remove of xulrunner-sdk.
* Use lib/xulrunner.
Diffstat (limited to 'devel')
-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