From 2cc23ca5d0a3e5f7cd73cbd598d81af3d29acd66 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sun, 13 Nov 2022 11:56:15 +0000 Subject: [PATCH] Build DEBUG_PACKAGES. --- audio/espeak/Makefile | 4 +++- audio/pcaudiolib/Makefile | 2 ++ audio/speech-dispatcher/Makefile | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/audio/espeak/Makefile b/audio/espeak/Makefile index 1797ab5e9cb..d09448018ae 100755 --- a/audio/espeak/Makefile +++ b/audio/espeak/Makefile @@ -20,7 +20,7 @@ COMPILER= base-clang ports-gcc base-gcc LIB_DEPENDS= audio/pcaudiolib USE_GMAKE= Yes -#NO_TEST= Yes +NO_TEST= Yes AUTOCONF_VERSION= 2.69 AUTOMAKE_VERSION= 1.16 @@ -31,4 +31,6 @@ CONFIGURE_STYLE= autoreconf CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +DEBUG_PACKAGES= ${BUILD_PACKAGES} + .include diff --git a/audio/pcaudiolib/Makefile b/audio/pcaudiolib/Makefile index 13415151a43..80735f05691 100644 --- a/audio/pcaudiolib/Makefile +++ b/audio/pcaudiolib/Makefile @@ -25,4 +25,6 @@ CONFIGURE_STYLE= autoreconf CONFIGURE_ARGS= --without-oss +DEBUG_PACKAGES= ${BUILD_PACKAGES} + .include diff --git a/audio/speech-dispatcher/Makefile b/audio/speech-dispatcher/Makefile index 89d8d23a03c..ac8fe814996 100755 --- a/audio/speech-dispatcher/Makefile +++ b/audio/speech-dispatcher/Makefile @@ -63,6 +63,8 @@ FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/speech-dispatcher BUILD_DEPENDS += print/texinfo CONFIGURE_ENV += MAKEINFO="${LOCALBASE}/bin/gmakeinfo" +DEBUG_PACKAGES= ${BUILD_PACKAGES} + pre-configure: sed -i -e 's,/usr/share,${LOCALBASE}/share,g;' \ -e 's,/usr/bin,${LOCALBASE}/bin,g' \