diff options
author | miwi <miwi@FreeBSD.org> | 2013-07-16 22:56:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-07-16 22:56:10 +0800 |
commit | 6ec462cd6e5500ca68db21f479168194933c620f (patch) | |
tree | 763498f80b2bcd6e970e2c2ec6008bc5e2c491cb /audio | |
parent | e0091c091fff2590641b82f5e455b3be735ac670 (diff) | |
download | freebsd-ports-gnome-6ec462cd6e5500ca68db21f479168194933c620f.tar.gz freebsd-ports-gnome-6ec462cd6e5500ca68db21f479168194933c620f.tar.zst freebsd-ports-gnome-6ec462cd6e5500ca68db21f479168194933c620f.zip |
- Unbreak build after autotool update
Diffstat (limited to 'audio')
-rw-r--r-- | audio/darkice/Makefile | 1 | ||||
-rw-r--r-- | audio/terminatorx/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index 684578d13a01..aa9b6fdfee32 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -20,6 +20,7 @@ OPTIONS_DEFAULT= VORBIS AACPLUS_DESC= AAC HEv2 and libsamplerate support USE_AUTOTOOLS= aclocal autoconf +AUTOMAKE_ARGS= --add-missing GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_prog_acx_pthread_config=no CPPFLAGS+= ${PTHREAD_CFLAGS} diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile index bf597d38849a..8405bc9f132b 100644 --- a/audio/terminatorx/Makefile +++ b/audio/terminatorx/Makefile @@ -31,6 +31,7 @@ USE_GNOME= gnomehier gtk20 libxml2 USE_GMAKE= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal +AUTOMAKE_ARGS= --add-missing CONFIGURE_ARGS= --disable-alsamidi \ --disable-scheduler INSTALLS_OMF= yes |