wok-next diff zlib/receipt @ rev 19828

Add LibreOffice (with langpacks); up compton, cookutils, cppunit.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Aug 02 20:14:13 2017 +0300 (2017-08-02)
parents 9278a60d6895
children 90a5eb560fd6
line diff
     1.1 --- a/zlib/receipt	Mon Jun 05 16:48:55 2017 +0300
     1.2 +++ b/zlib/receipt	Wed Aug 02 20:14:13 2017 +0300
     1.3 @@ -17,12 +17,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -#	case "$ARCH" in
     1.8 -#		i486)
     1.9 -#			# work around gcc bug; see https://bugs.archlinux.org/task/20647
    1.10 -#			export CFLAGS="${CFLAGS/-O2/-O3} -fno-tree-vectorize -DUNALIGNED_OK" ;;
    1.11 -#	esac
    1.12 -
    1.13  	./configure \
    1.14  		--prefix=/usr &&
    1.15  	make && make install