diff options
author | hauke <hauke@pkgsrc.org> | 2016-03-23 15:10:46 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2016-03-23 15:10:46 +0000 |
commit | 85971a9685902699664e0fe8a9a4730d1d823204 (patch) | |
tree | da9ad80e00cd83c2097e1b91d30f550ba217c73b /emulators | |
parent | 974423e324eee7a6368cb4994dd8ce8d4cc74383 (diff) | |
download | pkgsrc-85971a9685902699664e0fe8a9a4730d1d823204.tar.gz |
Set debug options in package Makefile
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/shoebill/Makefile | 5 | ||||
-rw-r--r-- | emulators/shoebill/distinfo | 4 | ||||
-rw-r--r-- | emulators/shoebill/patches/patch-sdl-gui_lin_build.sh | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/emulators/shoebill/Makefile b/emulators/shoebill/Makefile index 883a17c72a0..6a197a39afb 100644 --- a/emulators/shoebill/Makefile +++ b/emulators/shoebill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/03/23 14:44:37 hauke Exp $ +# $NetBSD: Makefile,v 1.3 2016/03/23 15:10:46 hauke Exp $ GITHUB_PROJECT= shoebill DISTNAME= 0.0.5 @@ -25,6 +25,9 @@ WRKSRC= ${WRKDIR}/${PKGNAME} DOCDIR= share/doc/shoebill INSTALLATION_DIRS= bin ${DOCDIR} +CFLAGS+= -g3 +INSTALL_UNSTRIPPED= yes + do-build: ( cd ${WRKSRC}/sdl-gui && \ ${ENV} CC=${CC:Q} CFLAGS=${CFLAGS:Q} LDFLAGS=${LDFLAGS:Q} \ diff --git a/emulators/shoebill/distinfo b/emulators/shoebill/distinfo index 7eca73e71bc..e27fb6a81ee 100644 --- a/emulators/shoebill/distinfo +++ b/emulators/shoebill/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1 2016/03/23 14:21:03 hauke Exp $ +$NetBSD: distinfo,v 1.2 2016/03/23 15:10:46 hauke 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) = 024efbe3dbec708148bc205c01cddff4fd6d74e1 +SHA1 (patch-sdl-gui_lin_build.sh) = 5e5a87ef66e5df2d8f816b440b315f107603d0bd 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 085e18df4ae..db21736cb7f 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.1 2016/03/23 14:21:03 hauke Exp $ +$NetBSD: patch-sdl-gui_lin_build.sh,v 1.2 2016/03/23 15:10:46 hauke 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} -ggdb -flto $files sdl.c -lpthread -lm -lSDL2 -lGL ${LDFLAGS} -o shoebill" ++cmd="$CC ${CFLAGS} -flto $files sdl.c -lpthread -lm -lSDL2 -lGL ${LDFLAGS} -o shoebill" echo $cmd $cmd |