wok-next diff tinyproxy/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 757d032c55c7
children d5aab818505e
line diff
     1.1 --- a/tinyproxy/receipt	Fri Mar 30 19:31:50 2018 +0300
     1.2 +++ b/tinyproxy/receipt	Sat Jun 23 13:59:48 2018 +0300
     1.3 @@ -12,8 +12,6 @@
     1.4  WGET_URL="https://banu.com/pub/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.5  
     1.6  compile_rules() {
     1.7 -	patch -Np1 -i $stuff/no-docs-and-tests.diff
     1.8 -
     1.9  	./configure \
    1.10  		--sysconfdir=/etc/tinyproxy \
    1.11  		$CONFIGURE_ARGS &&