From a5eabe4d6f122743310c184511fb6b463e5e72cd Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 14 Feb 2012 08:24:41 +0000 Subject: Explicitly disable "esound" support. This fixes the build on system where the "esound" package is installed. --- x11/xlockmore/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common index 0f92d50550a..56ff6bab4a5 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.60 2012/02/13 11:46:13 drochner Exp $ +# $NetBSD: Makefile.common,v 1.61 2012/02/14 08:24:41 tron Exp $ # # This Makefile.common is included by: # @@ -57,6 +57,7 @@ CONFIGURE_ARGS+= --without-dtsaver CONFIGURE_ARGS+= --without-rplay CONFIGURE_ARGS+= --without-nas CONFIGURE_ARGS+= --without-gtk +CONFIGURE_ARGS+= --without-esound CONFIGURE_ARGS+= --enable-appdefaultdir=${PREFIX}/lib/X11/app-defaults CONFIGURE_ENV+= ac_cv_x_app_defaults=${PREFIX}/lib/X11/app-defaults -- cgit v1.2.3