freebsd-ports/www/libxul19/files/patch-xulrunner_installer_libxul.pc.in
Beat Gaetzi 734349b51e - Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
  resulting package will change.

Submitted by:	Jan Beich <jbeich@tormail.org>
With hat:	gecko
2012-09-10 19:19:32 +00:00

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