Build DEBUG_PACKAGES.

This commit is contained in:
ajacoutot 2022-11-13 11:56:15 +00:00
parent 270233cf30
commit 2cc23ca5d0
3 changed files with 7 additions and 1 deletions

View File

@ -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 <bsd.port.mk>

View File

@ -25,4 +25,6 @@ CONFIGURE_STYLE= autoreconf
CONFIGURE_ARGS= --without-oss
DEBUG_PACKAGES= ${BUILD_PACKAGES}
.include <bsd.port.mk>

View File

@ -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' \