summaryrefslogtreecommitdiff
path: root/mail/thunderbird10/patches/patch-pc
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird10/patches/patch-pc')
-rw-r--r--mail/thunderbird10/patches/patch-pc12
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/thunderbird10/patches/patch-pc b/mail/thunderbird10/patches/patch-pc
deleted file mode 100644
index ba8ef4645ef..00000000000
--- a/mail/thunderbird10/patches/patch-pc
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-pc,v 1.1.1.1 2012/03/15 09:45:30 ryoon Exp $
-
---- mozilla/xulrunner/installer/libxul-embedding.pc.in.orig 2012-02-16 10:25:33.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/thunderbird10 -L${prefix}/lib/thunderbird10 -lxpcomglue
- Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%