mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
ab0a516e66
PR: ports/149044 Expr-run by: pav@ Thanks to: Andreas Tobler <andreast-list AT fgznet.ch>, decke@
10 lines
450 B
PkgConfig
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%
|