summaryrefslogtreecommitdiff
path: root/www/libxul/files/patch-xulrunner_installer_libxul.pc.in
blob: 279e6cd2f6149b19bf48a536fa61928858816a76 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- xulrunner/installer/libxul.pc.in.orig	2010-01-21 04:31:27.000000000 +0100
+++ xulrunner/installer/libxul.pc.in	2010-06-21 19:39:57.000000000 +0200
@@ -7,5 +7,5 @@
 Description: The Mozilla Runtime and Embedding Engine
 Version: %MOZILLA_VERSION%
 Requires: %NSPR_NAME% >= %NSPR_VERSION%
-Libs: -L${sdkdir}/lib -lxpcomglue_s -lxul -lxpcom
+Libs: -L${sdkdir}/lib -L%%MOZ_LIBDIR%% -lxpcomglue_s -lxul -lxpcom
 Cflags: -I${includedir} %WCHAR_CFLAGS%