wok diff merkaartor/receipt @ rev 23925
Add Connect-Four
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 23 10:18:23 2020 +0000 (2020-08-23) |
parents | 3213a11c4cb4 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/merkaartor/receipt Sat Apr 27 10:50:46 2019 +0100 1.2 +++ b/merkaartor/receipt Sun Aug 23 10:18:23 2020 +0000 1.3 @@ -18,6 +18,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + export CXXFLAGS="$CXXFLAGS -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H" 1.8 qmake PREFIX="/usr/" && 1.9 make $MAKEFLAGS -j 1 && 1.10 make INSTALL_ROOT=$DESTDIR install