summaryrefslogtreecommitdiff
path: root/mail/thunderbird10/patches/patch-mn
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird10/patches/patch-mn')
-rw-r--r--mail/thunderbird10/patches/patch-mn15
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/thunderbird10/patches/patch-mn b/mail/thunderbird10/patches/patch-mn
deleted file mode 100644
index 97e46481b68..00000000000
--- a/mail/thunderbird10/patches/patch-mn
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-mn,v 1.1.1.1 2012/03/15 09:45:29 ryoon Exp $
-
-Make sure we link correctly with sqlite3 from pkgsrc.
-
---- mozilla/security/nss/lib/softoken/config.mk.orig 2012-02-16 10:25:25.000000000 +0000
-+++ mozilla/security/nss/lib/softoken/config.mk
-@@ -80,7 +80,7 @@ else
- # $(EXTRA_SHARED_LIBS) come before $(OS_LIBS), except on AIX.
- EXTRA_SHARED_LIBS += \
- -L$(DIST)/lib \
-- -l$(SQLITE_LIB_NAME) \
-+ `pkg-config --libs sqlite3` \
- -L$(NSSUTIL_LIB_DIR) \
- -lnssutil3 \
- -L$(NSPR_LIB_DIR) \