diff options
author | makc <makc@FreeBSD.org> | 2011-01-02 04:20:11 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2011-01-02 04:20:11 +0800 |
commit | 905d96e2bfe5d6d58a2a6d4bbd991e86e87ee5dc (patch) | |
tree | 6543e68800b66ea380a34d1b6855277971f20777 /multimedia/libquicktime | |
parent | f815d7c59274535e4aa1c187a30efabb2050362a (diff) | |
download | freebsd-ports-gnome-905d96e2bfe5d6d58a2a6d4bbd991e86e87ee5dc.tar.gz freebsd-ports-gnome-905d96e2bfe5d6d58a2a6d4bbd991e86e87ee5dc.tar.zst freebsd-ports-gnome-905d96e2bfe5d6d58a2a6d4bbd991e86e87ee5dc.zip |
Explicitly disable ALSA support.
PR: ports/153188
Approved by: mm (maintainer timeout, 2 weeks)
Diffstat (limited to 'multimedia/libquicktime')
-rw-r--r-- | multimedia/libquicktime/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libquicktime/Makefile b/multimedia/libquicktime/Makefile index 5538cfd9da50..e682f89b73cd 100644 --- a/multimedia/libquicktime/Makefile +++ b/multimedia/libquicktime/Makefile @@ -27,11 +27,12 @@ USE_AUTOTOOLS= autoconf CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl" +CONFIGURE_ARGS+= --without-alsa CFLAGS+= -fPIC .if !defined(_BUILDING_LIBQUICKTIME_PLUGINS) USE_XORG= xaw xv -CONFIGURE_ARGS= --with-x --enable-gpl --without-doxygen --without-lame +CONFIGURE_ARGS+= --with-x --enable-gpl --without-doxygen --without-lame MAN1= lqtplay.1 OPTIONS= OPENGL "Enable OpenGL support" On \ |