From f74184072d0a8df11b56ff412f0fc5a3fdfb3865 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sat, 6 Mar 2004 12:09:53 +0000 Subject: [PATCH] Hmm, remove an extra "\" in CONFIGURE_ARGS. --- multimedia/mplayer-share/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/mplayer-share/Makefile.common b/multimedia/mplayer-share/Makefile.common index 0ec3774cebb0..e11bee6d66ca 100644 --- a/multimedia/mplayer-share/Makefile.common +++ b/multimedia/mplayer-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2004/02/20 17:32:33 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.4 2004/03/06 12:09:53 xtraeme Exp $ # MPLAYER_DIST_VERSION= 1.0pre3 @@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --prefix="${PREFIX}" \ --with-extralibdir="${LOCALBASE}/lib" \ --with-x11incdir="${X11BASE}/include" \ --with-x11libdir="${X11BASE}/lib" \ - --disable-mpdvdkit \ + --disable-mpdvdkit # The configure script attempts to test-execute compiled programs in /tmp, # but that directory may be mounted as noexec; work this around by setting