summaryrefslogtreecommitdiff
path: root/www/seamonkey/patches/patch-pc.orig
diff options
context:
space:
mode:
Diffstat (limited to 'www/seamonkey/patches/patch-pc.orig')
-rw-r--r--www/seamonkey/patches/patch-pc.orig12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/seamonkey/patches/patch-pc.orig b/www/seamonkey/patches/patch-pc.orig
deleted file mode 100644
index 4f4290567e9..00000000000
--- a/www/seamonkey/patches/patch-pc.orig
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-pc.orig,v 1.1 2012/03/10 03:26:06 ryoon Exp $
-
---- mozilla/xulrunner/installer/libxul-embedding.pc.in.orig 2010-04-21 09:07:48.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 -L${prefix}/lib/xulrunner -lxpcomglue
- Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%