wok diff gpgme/receipt @ rev 20880

updated emerald and emerald-themes (0.8.12.1 -> 0.8.14)
author Hans-G?nter Theisgen
date Sun Feb 24 17:33:44 2019 +0100 (2019-02-24)
parents aaa2048b5391
children 3fe0ed7c1aac
line diff
     1.1 --- a/gpgme/receipt	Sat Jun 09 17:59:58 2018 +0000
     1.2 +++ b/gpgme/receipt	Sun Feb 24 17:33:44 2019 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="https://www.gnupg.org/ftp/gcrypt/gpgme/$TARBALL"
     1.5  
     1.6  DEPENDS="libassuan gnupg"
     1.7 -BUILD_DEPENDS="libgpg-error-dev libassuan-dev gnupg"
     1.8 +BUILD_DEPENDS="libgpg-error-dev libassuan-dev gnupg gcc63 gcc63-lib-base"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -19,6 +19,7 @@
    1.13  	# Integrity check: https://www.gnupg.org/download/integrity_check.html
    1.14  	echo "95b1fc427871ca8d30d6d3b1985c816fe0b5077b  $SRC/$TARBALL" | sha1sum -c || exit 1
    1.15  
    1.16 +	export CC=gcc-63 CXX=g++-63
    1.17  	./configure $CONFIGURE_ARGS && make && make install
    1.18  }
    1.19