summaryrefslogtreecommitdiff
path: root/emulators/shoebill/Makefile
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2016-03-23 15:10:46 +0000
committerhauke <hauke@pkgsrc.org>2016-03-23 15:10:46 +0000
commit85971a9685902699664e0fe8a9a4730d1d823204 (patch)
treeda9ad80e00cd83c2097e1b91d30f550ba217c73b /emulators/shoebill/Makefile
parent974423e324eee7a6368cb4994dd8ce8d4cc74383 (diff)
downloadpkgsrc-85971a9685902699664e0fe8a9a4730d1d823204.tar.gz
Set debug options in package Makefile
Diffstat (limited to 'emulators/shoebill/Makefile')
-rw-r--r--emulators/shoebill/Makefile5
1 files changed, 4 insertions, 1 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} \