diff options
author | tron <tron@pkgsrc.org> | 2012-02-14 08:24:41 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2012-02-14 08:24:41 +0000 |
commit | a5eabe4d6f122743310c184511fb6b463e5e72cd (patch) | |
tree | 7e7998905bc710ee421ed35f1e406a9da70f64e5 /x11/xlockmore | |
parent | faf119b1b0e2d8aaf49d4c745f1ccb3de54c3ebe (diff) | |
download | pkgsrc-a5eabe4d6f122743310c184511fb6b463e5e72cd.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.common | 3 |
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 |