Fixup fromcvs/togit conversion
[pkgsrcv2.git] / www / seamonkey / patches / patch-pe
1 $NetBSD: patch-pe,v 1.1.1.1 2009/08/05 02:59:48 tnn Exp $
2
3 --- mozilla/xulrunner/installer/libxul-unstable.pc.in.orig      2009-06-29 18:15:36.000000000 +0200
4 +++ mozilla/xulrunner/installer/libxul-unstable.pc.in
5 @@ -8,5 +8,5 @@ Name: libxul
6  Description: The Mozilla Runtime and Embedding Engine (unstable API)
7  Version: %MOZILLA_VERSION%
8  Requires: %NSPR_NAME% >= %NSPR_VERSION%
9 -Libs: -L${sdkdir}/lib -lxpcomglue_s -lxul -lxpcom
10 +Libs: -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner -lxpcomglue_s -lxul -lxpcom
11  Cflags: -I${includedir}/${includetype} %WCHAR_CFLAGS%