From 9e375989858cc2158cf038a92c2b053e53d0110a Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Sun, 20 Sep 2009 13:42:28 +0000 Subject: Add --with-database=gdbm. If tdb is installed it will prefer tdb over gdbm. So make it use gdbm. Feature safe: yes --- audio/pulseaudio/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'audio') diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index a40a5aaa49e9..588ec0f7a8c9 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -37,6 +37,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-lm -lintl" CONFIGURE_ARGS= --localstatedir=/var \ + --with-database=gdbm \ --disable-lirc # untested USERS= pulse -- cgit v1.2.3