diff options
author | joerg <joerg@pkgsrc.org> | 2016-03-29 22:03:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-03-29 22:03:08 +0000 |
commit | 3bc6789ba3cbe085cb9db6e8f3b6a06ca63cd2e4 (patch) | |
tree | c96940bb221d3f8d8d57abc877453d011b9fd000 /emulators | |
parent | 3fa6199aa4ab3be7532d6086883d75474629f4cf (diff) | |
download | pkgsrc-3bc6789ba3cbe085cb9db6e8f3b6a06ca63cd2e4.tar.gz |
Don't force LTO build. Spell env command correctly.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/shoebill/Makefile | 4 | ||||
-rw-r--r-- | emulators/shoebill/distinfo | 4 | ||||
-rw-r--r-- | emulators/shoebill/patches/patch-sdl-gui_lin_build.sh | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/emulators/shoebill/Makefile b/emulators/shoebill/Makefile index 6a197a39afb..3dbcdbbaaf0 100644 --- a/emulators/shoebill/Makefile +++ b/emulators/shoebill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/03/23 15:10:46 hauke Exp $ +# $NetBSD: Makefile,v 1.4 2016/03/29 22:03:08 joerg Exp $ GITHUB_PROJECT= shoebill DISTNAME= 0.0.5 @@ -30,7 +30,7 @@ INSTALL_UNSTRIPPED= yes do-build: ( cd ${WRKSRC}/sdl-gui && \ - ${ENV} CC=${CC:Q} CFLAGS=${CFLAGS:Q} LDFLAGS=${LDFLAGS:Q} \ + ${PKGSRC_SETENV} CC=${CC:Q} CFLAGS=${CFLAGS:Q} LDFLAGS=${LDFLAGS:Q} \ ${SH} ./lin_build.sh ) do-install: diff --git a/emulators/shoebill/distinfo b/emulators/shoebill/distinfo index e27fb6a81ee..ad0ab1a05ec 100644 --- a/emulators/shoebill/distinfo +++ b/emulators/shoebill/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2016/03/23 15:10:46 hauke Exp $ +$NetBSD: distinfo,v 1.3 2016/03/29 22:03:08 joerg Exp $ SHA1 (shoebill/0.0.5.tar.gz) = 40b9ae839bbb9d065ca7d36363b1b4660d780010 RMD160 (shoebill/0.0.5.tar.gz) = 20143081d2418d6961f86626e3d994b2feda8a4b SHA512 (shoebill/0.0.5.tar.gz) = cf8d7945943d6d7a505c233b5c99371f5d37d5d60dd5beeeadbe442ef43b9980e96d51f193d69a03eb58a0a2b13103b4dba311a53c939b633b20753a8c19a772 Size (shoebill/0.0.5.tar.gz) = 253877 bytes -SHA1 (patch-sdl-gui_lin_build.sh) = 5e5a87ef66e5df2d8f816b440b315f107603d0bd +SHA1 (patch-sdl-gui_lin_build.sh) = 8eb8bf622bc7b83f06a0d4dcdb8b77b25001163b SHA1 (patch-sdl-gui_sdl.c) = ee433b37104dcccc700d1d08b97807689ed8da67 diff --git a/emulators/shoebill/patches/patch-sdl-gui_lin_build.sh b/emulators/shoebill/patches/patch-sdl-gui_lin_build.sh index db21736cb7f..40796fd6024 100644 --- a/emulators/shoebill/patches/patch-sdl-gui_lin_build.sh +++ b/emulators/shoebill/patches/patch-sdl-gui_lin_build.sh @@ -1,4 +1,4 @@ -$NetBSD: patch-sdl-gui_lin_build.sh,v 1.2 2016/03/23 15:10:46 hauke Exp $ +$NetBSD: patch-sdl-gui_lin_build.sh,v 1.3 2016/03/29 22:03:08 joerg Exp $ Make build parameters settable from pkg Makefile @@ -19,6 +19,6 @@ Make build parameters settable from pkg Makefile -cmd="$CC -O3 -ggdb -flto $files sdl.c -lpthread -lm -lSDL2 -lGL -o shoebill" -+cmd="$CC ${CFLAGS} -flto $files sdl.c -lpthread -lm -lSDL2 -lGL ${LDFLAGS} -o shoebill" ++cmd="$CC ${CFLAGS} $files sdl.c -lpthread -lm -lSDL2 -lGL ${LDFLAGS} -o shoebill" echo $cmd $cmd |