wok-next diff pygobject/receipt @ rev 20846
mingw32-gcc: fix CFLAGS, CXXFLAGS as it is not recent GCC and it don't understand something
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jun 23 13:59:48 2018 +0300 (2018-06-23) |
parents | d43bf7aae921 |
children | 4e6503d7a19f |
line diff
1.1 --- a/pygobject/receipt Wed Mar 21 15:58:17 2018 +0200 1.2 +++ b/pygobject/receipt Sat Jun 23 13:59:48 2018 +0300 1.3 @@ -19,7 +19,9 @@ 1.4 ./configure \ 1.5 --disable-introspection \ 1.6 $CONFIGURE_ARGS && 1.7 - make && make install 1.8 + fix libtool && 1.9 + make && 1.10 + make install 1.11 } 1.12 1.13 genpkg_rules() {