diff options
Diffstat (limited to 'www/libxul/files/patch-xulrunner_installer_libxul.pc.in')
-rw-r--r-- | www/libxul/files/patch-xulrunner_installer_libxul.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/libxul/files/patch-xulrunner_installer_libxul.pc.in b/www/libxul/files/patch-xulrunner_installer_libxul.pc.in new file mode 100644 index 000000000..690ce9ce9 --- /dev/null +++ b/www/libxul/files/patch-xulrunner_installer_libxul.pc.in @@ -0,0 +1,11 @@ +--- xulrunner/installer/libxul.pc.in.orig 2007-08-03 10:46:28.000000000 -0400 ++++ xulrunner/installer/libxul.pc.in 2009-03-29 15:17:17.000000000 -0400 +@@ -12,5 +12,5 @@ Name: libxul + Description: The Mozilla Runtime and Embedding Engine + Version: %MOZILLA_VERSION% + Requires: %NSPR_NAME% >= %NSPR_VERSION% +-Libs: -L${sdkdir}/lib -lxpcomglue_s -lxul -lxpcom +-Cflags: -I${includedir}/${includetype} -fshort-wchar +\ No newline at end of file ++Libs: -L${sdkdir}/lib -L%%MOZ_LIBDIR%% -lxpcomglue_s -lxul -lxpcom ++Cflags: -I${includedir}/${includetype} -fshort-wchar |