wok-next diff physfs/receipt @ rev 21223

updated btrfs-progs again (4.9.1 -> 5.3.1)
author Hans-G?nter Theisgen
date Tue Dec 03 10:21:27 2019 +0100 (2019-12-03)
parents 8940878905f3
children
line diff
     1.1 --- a/physfs/receipt	Tue Mar 06 03:00:01 2018 +0200
     1.2 +++ b/physfs/receipt	Tue Dec 03 10:21:27 2019 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="http://icculus.org/physfs/downloads/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="cmake wget"
     1.7 -SPLIT="physfs-dev"
     1.8 +SPLIT="$PACKAGE-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	export CFLAGS="-Wno-error=unused-but-set-variable"
    1.12 @@ -24,7 +24,7 @@
    1.13  		-DPHYSFS_BUILD_WX_TEST=OFF \
    1.14  		-DPHYSFS_INTERNAL_ZLIB=OFF \
    1.15  		. &&
    1.16 -	make DESTDIR=$DESTDIR install
    1.17 +	make DESTDIR=$install install
    1.18  }
    1.19  
    1.20  genpkg_rules() {