]> git.pld-linux.org Git - packages/crossmingw32-libglade2.git/commitdiff
- fix missing export (glade_xml_construct_from_buffer, needed by libglademm 2.6.4)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 19 Jun 2007 21:10:35 +0000 (21:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-libglade2.spec -> 1.5

crossmingw32-libglade2.spec

index 3b92838c9a9fb94852459f1452dd01181147f55e..9fb927ecab91f1e44c4fa06602145e7bec0d3c16 100644 (file)
@@ -85,6 +85,11 @@ Biblioteka DLL libglade dla Windows.
 %prep
 %setup -q -n libglade-%{version}
 
+# ensure to remove workaround below when obsolete
+grep -q glade_xml_construct_from_buffer glade/glade.def && exit 1
+# missing export
+echo -e '\tglade_xml_construct_from_buffer' >> glade/glade.def
+
 %build
 export PKG_CONFIG_PATH=%{_prefix}/lib/pkgconfig
 %{__libtoolize}
This page took 0.420554 seconds and 4 git commands to generate.