summaryrefslogtreecommitdiff
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
commit57bae44cab21dbeacd66bd525749e2b5c41ff5f2 (patch)
tree588d4fef4f7bcc3ed29273dbdf8ea0097f60d80c
parent6d004d62c8de793aca731cfee4e62b552f7e10a7 (diff)
downloadpkgsrc-57bae44cab21dbeacd66bd525749e2b5c41ff5f2.tar.gz
Make this build again with native pkg-config by using ${AUTORECONF_ARGS}.
-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