summaryrefslogtreecommitdiff
path: root/mail/thunderbird17/patches/patch-pc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-06-11 12:36:16 +0000
committerjoerg <joerg@pkgsrc.org>2014-06-11 12:36:16 +0000
commit987d9330b5dff319469667fb6d699fc9d1301c78 (patch)
tree89359a72e3d00853592d76d17fe25c3089896c46 /mail/thunderbird17/patches/patch-pc
parent9708a6d7255b6c71770c12f5ff4aacc747eedf9a (diff)
downloadpkgsrc-987d9330b5dff319469667fb6d699fc9d1301c78.tar.gz
Retire old thunderbird versions.
Diffstat (limited to 'mail/thunderbird17/patches/patch-pc')
-rw-r--r--mail/thunderbird17/patches/patch-pc12
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/thunderbird17/patches/patch-pc b/mail/thunderbird17/patches/patch-pc
deleted file mode 100644
index 2598bd04f7f..00000000000
--- a/mail/thunderbird17/patches/patch-pc
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-pc,v 1.1 2013/11/13 13:27:45 ryoon Exp $
-
---- mozilla/xulrunner/installer/libxul-embedding.pc.in.orig 2012-08-25 00:31:36.000000000 +0000
-+++ mozilla/xulrunner/installer/libxul-embedding.pc.in
-@@ -6,5 +6,6 @@ idldir=%idldir%
- Name: libxul-embedding
- Description: Static library for version-independent embedding of the Mozilla runtime
- Version: %MOZILLA_VERSION%
--Libs: -L${sdkdir}/lib -lxpcomglue -ldl
-+# XXXtnn -ldl removed
-+Libs: -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner -lxpcomglue
- Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%