summaryrefslogtreecommitdiff
path: root/mail/thunderbird10/patches/patch-md
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird10/patches/patch-md')
-rw-r--r--mail/thunderbird10/patches/patch-md17
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/thunderbird10/patches/patch-md b/mail/thunderbird10/patches/patch-md
deleted file mode 100644
index deeff17f81a..00000000000
--- a/mail/thunderbird10/patches/patch-md
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-md,v 1.1.1.1 2012/03/15 09:45:29 ryoon Exp $
-
-???. from www/firefox/patch-ax.
-
---- mozilla/security/coreconf/SunOS5.mk.orig 2012-02-16 10:25:23.000000000 +0000
-+++ mozilla/security/coreconf/SunOS5.mk
-@@ -147,6 +147,10 @@ endif
- endif
- DSO_LDOPTS += -z combreloc -z defs -z ignore
-
-+ifdef LIBRUNPATH
-+DSO_LDOPTS += -R$(LIBRUNPATH)
-+endif
-+
- # -KPIC generates position independent code for use in shared libraries.
- # (Similarly for -fPIC in case of gcc.)
- ifdef NS_USE_GCC