summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2011-09-14 15:49:47 +0000
committerhans <hans@pkgsrc.org>2011-09-14 15:49:47 +0000
commitc4aefda519537c3e2c81eecf9ba1e042a4ed3a8c (patch)
tree588d4fef4f7bcc3ed29273dbdf8ea0097f60d80c /audio
parent31f56362e40c491526d78f2b02bec4d76c5084a0 (diff)
downloadpkgsrc-c4aefda519537c3e2c81eecf9ba1e042a4ed3a8c.tar.gz
Make this build again with native pkg-config by using ${AUTORECONF_ARGS}.
Diffstat (limited to 'audio')
-rw-r--r--audio/pulseaudio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index 3f14fcbc515..e32535fa738 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2011/08/23 13:06:47 obache Exp $
+# $NetBSD: Makefile,v 1.48 2011/09/14 15:49:47 hans Exp $
# NOTE: Please send a copy of any patches that are not pkgsrc-specific
# to <pulseaudio-discuss@mail.0pointer.de>
@@ -107,7 +107,7 @@ PLIST.evdev= yes
.include "options.mk"
pre-configure:
- cd ${WRKSRC} && autoreconf -f
+ cd ${WRKSRC} && autoreconf -f ${AUTORECONF_ARGS}
.include "../../audio/libsamplerate/buildlink3.mk"
BUILDLINK_API_DEPENDS.libsndfile+= libsndfile>=1.0.20