summaryrefslogtreecommitdiff
path: root/mail/thunderbird10/patches/patch-mozilla_xpcom_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird10/patches/patch-mozilla_xpcom_Makefile.in')
-rw-r--r--mail/thunderbird10/patches/patch-mozilla_xpcom_Makefile.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/thunderbird10/patches/patch-mozilla_xpcom_Makefile.in b/mail/thunderbird10/patches/patch-mozilla_xpcom_Makefile.in
deleted file mode 100644
index 6269ac0a725..00000000000
--- a/mail/thunderbird10/patches/patch-mozilla_xpcom_Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-mozilla_xpcom_Makefile.in,v 1.1.1.1 2012/03/15 09:45:29 ryoon Exp $
-
---- mozilla/xpcom/Makefile.in.orig 2012-02-16 10:25:32.000000000 +0000
-+++ mozilla/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 \