diff options
Diffstat (limited to 'www/firefox/patches/patch-pb')
-rw-r--r-- | www/firefox/patches/patch-pb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/firefox/patches/patch-pb b/www/firefox/patches/patch-pb new file mode 100644 index 00000000000..5404fd7b00c --- /dev/null +++ b/www/firefox/patches/patch-pb @@ -0,0 +1,11 @@ +$NetBSD: patch-pb,v 1.1 2013/05/23 13:12:13 ryoon Exp $ + +--- xulrunner/installer/libxul.pc.in.orig 2013-01-04 23:44:47.000000000 +0000 ++++ xulrunner/installer/libxul.pc.in +@@ -7,5 +7,5 @@ Name: libxul + Description: The Mozilla Runtime and Embedding Engine + Version: %MOZILLA_VERSION% + Requires: %NSPR_NAME% >= %NSPR_VERSION% +-Libs: -L${sdkdir}/lib %MOZ_XUL_LINK% ++Libs: -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner %MOZ_XUL_LINK% + Cflags: -I${includedir} %WCHAR_CFLAGS% |