diff options
author | kwm <kwm@FreeBSD.org> | 2009-09-20 21:42:28 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2009-09-20 21:42:28 +0800 |
commit | a28faddfca4493e1637e5be3d0b0af3c00a3d1d0 (patch) | |
tree | 9ffa04018e1b6cc1d12f5c3b01be823fa1f09b86 /audio/pulseaudio | |
parent | 1ee34b2be05dd53b566e48afa3449f2837939f97 (diff) | |
download | freebsd-ports-gnome-a28faddfca4493e1637e5be3d0b0af3c00a3d1d0.tar.gz freebsd-ports-gnome-a28faddfca4493e1637e5be3d0b0af3c00a3d1d0.tar.zst freebsd-ports-gnome-a28faddfca4493e1637e5be3d0b0af3c00a3d1d0.zip |
Add --with-database=gdbm.
If tdb is installed it will prefer tdb over gdbm. So make it use gdbm.
Feature safe: yes
Diffstat (limited to 'audio/pulseaudio')
-rw-r--r-- | audio/pulseaudio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |