1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/www/libxul/files/patch-xulrunner_installer_libxul.pc.in
Beat Gaetzi ab0a516e66 - Update to 1.9.2.8
PR:		ports/149044
Expr-run by:	pav@
Thanks to:	Andreas Tobler <andreast-list AT fgznet.ch>, decke@
2010-08-08 08:56:06 +00:00

10 lines
450 B
PkgConfig

--- 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%