summaryrefslogtreecommitdiff
path: root/x11/xlockmore
diff options
context:
space:
mode:
authortron <tron>2012-02-14 08:24:41 +0000
committertron <tron>2012-02-14 08:24:41 +0000
commit75e7cfb8865bd187c421a36651a8e01f23f61a1b (patch)
tree7e7998905bc710ee421ed35f1e406a9da70f64e5 /x11/xlockmore
parent6dd75905415e3fe283e2010b2e568fe003cd0372 (diff)
downloadpkgsrc-75e7cfb8865bd187c421a36651a8e01f23f61a1b.tar.gz
Explicitly disable "esound" support. This fixes the build on system
where the "esound" package is installed.
Diffstat (limited to 'x11/xlockmore')
-rw-r--r--x11/xlockmore/Makefile.common3
1 files changed, 2 insertions, 1 deletions
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