]> git.pld-linux.org Git - packages/pango.git/commitdiff
- added export PKG_CONFIG_PATH to fix compilation without pango-devel installed
authorsparky <sparky@pld-linux.org>
Sat, 28 Nov 2009 02:59:57 +0000 (02:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pango.spec -> 1.214

pango.spec

index 7f3d963cad7ba4b9942a0a25ae0c0ce95fea2209..17a53d9ab60105c0b66e70d4e9684045e675994f 100644 (file)
@@ -169,6 +169,10 @@ pango - przykładowe programy.
        --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
This page took 0.118915 seconds and 4 git commands to generate.