summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-02-25 12:27:13 +0000
committertnn <tnn@pkgsrc.org>2015-02-25 12:27:13 +0000
commit95c4c0653e3229893344d47d3292e39ca3e4e594 (patch)
tree06c530ca538eaccd114f63a7841e32852827b280 /audio
parent90105bafd591d137f18721e1d044b93b9e6fa15d (diff)
downloadpkgsrc-95c4c0653e3229893344d47d3292e39ca3e4e594.tar.gz
fix "git: command not found" spam during build
Diffstat (limited to 'audio')
-rw-r--r--audio/pulseaudio/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index 73809bc4737..19fde86847c 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2015/02/21 23:13:10 ryoon Exp $
+# $NetBSD: Makefile,v 1.96 2015/02/25 12:27:13 tnn Exp $
DISTNAME= pulseaudio-6.0
CATEGORIES= audio
@@ -14,10 +14,10 @@ LIBTOOL_REQD= 2.4
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= aclocal autoheader autoconf automake gmake gm4 intltool msgfmt pkg-config
+USE_TOOLS+= aclocal autoheader autoconf automake gmake gm4 intltool msgfmt pkg-config bash
USE_LANGUAGES= c c++
-REPLACE_BASH= shell-completion/pulseaudio-bash-completion.sh
+REPLACE_BASH= shell-completion/bash/pulseaudio git-version-gen
.include "../../mk/bsd.prefs.mk"
# Some tests are incompatible for NetBSD at least
@@ -103,9 +103,9 @@ PKG_GROUPS+= ${PULSE_GROUP_REALTIME}
PKG_GROUPS+= ${PULSE_GROUP_ACCESS}
PKG_USERS= ${PULSE_USER}:${PULSE_GROUP}
-pre-configure:
- set -e; cd ${WRKSRC}; \
- aclocal; autoheader; automake -a --foreign -i; autoconf
+pre-configure: replace-interpreter
+ cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoreconf -if
+ cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} intltoolize -f
.if ${OPSYS} != "Darwin"
.include "../../sysutils/consolekit/buildlink3.mk"