summaryrefslogtreecommitdiff
path: root/mail/thunderbird17/patches/patch-mozilla_xpcom_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird17/patches/patch-mozilla_xpcom_Makefile.in')
-rw-r--r--mail/thunderbird17/patches/patch-mozilla_xpcom_Makefile.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/thunderbird17/patches/patch-mozilla_xpcom_Makefile.in b/mail/thunderbird17/patches/patch-mozilla_xpcom_Makefile.in
deleted file mode 100644
index 0fcd1289e4a..00000000000
--- a/mail/thunderbird17/patches/patch-mozilla_xpcom_Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-mozilla_xpcom_Makefile.in,v 1.1 2013/11/13 13:27:45 ryoon Exp $
-
---- mozilla/xpcom/Makefile.in.orig 2012-08-25 00:31:35.000000000 +0000
-+++ mozilla/xpcom/Makefile.in
-@@ -35,6 +35,10 @@ DIRS += windbgdlg
- endif
- endif
-
-+ifeq ($(OS_ARCH),NetBSD)
-+EXTRA_DSO_LDOPTS += -Wl,-rpath,${PREFIX}/lib/thunderbird-sdk/sdk/lib
-+endif
-+
- ifdef ENABLE_TESTS
- TOOL_DIRS += \
- tests \