Date: Sun, 19 Aug 2012 16:35:34 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302764 - head/audio/aubio Message-ID: <201208191635.q7JGZYOb007974@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Sun Aug 19 16:35:34 2012 New Revision: 302764 URL: http://svn.freebsd.org/changeset/ports/302764 Log: Sort knobs a bit. Modified: head/audio/aubio/Makefile Modified: head/audio/aubio/Makefile ============================================================================== --- head/audio/aubio/Makefile Sun Aug 19 16:15:13 2012 (r302763) +++ head/audio/aubio/Makefile Sun Aug 19 16:35:34 2012 (r302764) @@ -22,11 +22,12 @@ LIB_DEPENDS= samplerate:${PORTSDIR}/audi lash:${PORTSDIR}/audio/lash GNU_CONFIGURE= yes +# --disable-complex: does not compile due to missing carg(3) et al. +CONFIGURE_ARGS= --disable-complex USE_GMAKE= yes USE_GNOME= gnomehack USE_LDCONFIG= yes + CPPFLAGS+= -I${LOCALBASE}/include -# --disable-complex: does not compile due to missing carg(3) et al. -CONFIGURE_ARGS= --disable-complex .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208191635.q7JGZYOb007974>