summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-26 10:04:57 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-26 10:04:57 +0800
commit7313bf73b85e8432e77b2bdc6f26e1f9fef29d48 (patch)
tree30d0d4ae86f229e1993681af5cd22d1657466c90 /audio
parenteda8e2ed14ab3724fcda4512da37ca42b95e89fd (diff)
downloadmarcuscom-ports-7313bf73b85e8432e77b2bdc6f26e1f9fef29d48.tar
marcuscom-ports-7313bf73b85e8432e77b2bdc6f26e1f9fef29d48.tar.gz
marcuscom-ports-7313bf73b85e8432e77b2bdc6f26e1f9fef29d48.tar.bz2
marcuscom-ports-7313bf73b85e8432e77b2bdc6f26e1f9fef29d48.tar.lz
marcuscom-ports-7313bf73b85e8432e77b2bdc6f26e1f9fef29d48.tar.xz
marcuscom-ports-7313bf73b85e8432e77b2bdc6f26e1f9fef29d48.tar.zst
marcuscom-ports-7313bf73b85e8432e77b2bdc6f26e1f9fef29d48.zip
Add --disable-tdb to prevent the detection of tdb.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13243 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r--audio/libcanberra/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile
index 758588b43..a4874a7b9 100644
--- a/audio/libcanberra/Makefile
+++ b/audio/libcanberra/Makefile
@@ -19,7 +19,7 @@ USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gtk20 ltverhack gconf2
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:22 libltdl:22
-CONFIGURE_ARGS= --disable-lynx
+CONFIGURE_ARGS= --disable-lynx --disable-tdb
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"