wok diff merkaartor/receipt @ rev 23221

ghostscript: inserted include statement
author Hans-G?nter Theisgen
date Mon Mar 23 14:33:17 2020 +0100 (2020-03-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	Mon Mar 23 14:33:17 2020 +0100
     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