packages: pango/pango.spec - added export PKG_CONFIG_PATH to fix compilatio...

sparky sparky at pld-linux.org
Sat Nov 28 04:00:02 CET 2009


Author: sparky                       Date: Sat Nov 28 03:00:02 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added export PKG_CONFIG_PATH to fix compilation without pango-devel installed

---- Files affected:
packages/pango:
   pango.spec (1.213 -> 1.214) 

---- Diffs:

================================================================
Index: packages/pango/pango.spec
diff -u packages/pango/pango.spec:1.213 packages/pango/pango.spec:1.214
--- packages/pango/pango.spec:1.213	Mon Nov 23 02:57:00 2009
+++ packages/pango/pango.spec	Sat Nov 28 03:59:57 2009
@@ -170,6 +170,10 @@
 	--enable-man \
 	--%{?with_static_libs:en}%{!?with_static_libs:dis}able-static \
 	--with-html-dir=%{_gtkdocdir}
+
+# some generator script requires access to newely created .pc files
+export PKG_CONFIG_PATH="$PWD"
+
 %{__make}
 
 %install
@@ -310,6 +314,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.214  2009/11/28 02:59:57  sparky
+- added export PKG_CONFIG_PATH to fix compilation without pango-devel installed
+
 Revision 1.213  2009/11/23 01:57:00  sparky
 - missing BRs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pango/pango.spec?r1=1.213&r2=1.214&f=u



More information about the pld-cvs-commit mailing list