]> git.pld-linux.org Git - packages/crossmingw32-atkmm.git/commitdiff
- enable WinXP APIs for std-threads; release 3 auto/th/crossmingw32-atkmm-2.24.2-3
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 5 Oct 2018 16:29:46 +0000 (18:29 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 5 Oct 2018 16:29:46 +0000 (18:29 +0200)
crossmingw32-atkmm.spec

index 1f7bc5af495fa75c1e91b4fb15d124d226db0e80..8a8708fb3301c161aaaa785dd85df590aedc0b19 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A C++ interface for atk library - cross MinGW32 version
 Summary(pl.UTF-8):     Interfejs C++ dla biblioteki atk - wersja skrośna MinGW32
 Name:          crossmingw32-atkmm
 Version:       2.24.2
-Release:       2
+Release:       3
 License:       LGPL v2.1+
 Group:         Development/Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/atkmm/2.24/atkmm-%{version}.tar.xz
@@ -94,6 +94,8 @@ export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig:%{_npkgconfigdir}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+# std-threads required by glibmm requires at least WinXP API
+CPPFLAGS="%{rpmcppflags} -DWINVER=0x0501"
 %configure \
        --target=%{target} \
        --host=%{target} \
This page took 0.063601 seconds and 4 git commands to generate.