summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-pc
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/patches/patch-pc')
-rw-r--r--www/firefox/patches/patch-pc12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/firefox/patches/patch-pc b/www/firefox/patches/patch-pc
deleted file mode 100644
index f9792b30510..00000000000
--- a/www/firefox/patches/patch-pc
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-pc,v 1.4 2014/02/20 13:19:03 ryoon Exp $
-
---- xulrunner/installer/libxul-embedding.pc.in.orig 2013-07-30 00:59:18.000000000 +0000
-+++ 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 -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner -lxpcomglue
- Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%