diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-05-11 20:36:29 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-05-11 20:36:29 +0000 |
commit | 3c0edef5ea3291f051471fd1b5a0cc70cf3796cd (patch) | |
tree | 0f68e0f345a36e2a427afb4087aa207bbab79693 /app | |
parent | 46a653fc0cb72b557fe38c502ffd5f605daa93e2 (diff) |
Explicitly disable rplay. Found by mbalmer@
Diffstat (limited to 'app')
-rw-r--r-- | app/xlockmore/Makefile.bsd-wrapper | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/xlockmore/Makefile.bsd-wrapper b/app/xlockmore/Makefile.bsd-wrapper index db7742cde..6d124e36e 100644 --- a/app/xlockmore/Makefile.bsd-wrapper +++ b/app/xlockmore/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2007/04/07 15:45:13 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2008/05/11 20:36:28 matthieu Exp $ config.status: AUTOMAKE_VERSION="$(AUTOMAKE_VERSION)" \ @@ -9,6 +9,7 @@ config.status: sh ${.CURDIR}/configure --prefix=${X11BASE} \ --enable-appdefaultdir=/etc/X11/app-defaults \ --enable-syslog --without-motif --without-ttf \ - --without-gtk2 --without-gtk --without-esound + --without-gtk2 --without-gtk --without-esound \ + --without-rplay .include <bsd.xorg.mk> |