diff options
-rw-r--r-- | audio/darkice/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index 9d8bbd4c5687..a699e3b22c99 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -19,9 +19,8 @@ OPTIONS_DEFAULT= VORBIS AACPLUS_DESC= AAC HEv2 and libsamplerate support -USE_AUTOTOOLS= aclocal automake autoconf -ACLOCAL_ARGS= # none -AUTOMAKE_ARGS= --add-missing --copy --foreign +USES= autoreconf +GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_prog_acx_pthread_config=no CONFIGURE_ARGS= --without-alsa |