summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-05-23 02:31:35 +0000
committerWill Andrews <will@FreeBSD.org>2000-05-23 02:31:35 +0000
commitda97bb726ea1bc0fb9a4eeda2b9e1a9c3e1bde70 (patch)
tree5b4e6dd3053916c524ca4ac367ebe1b8f736269f /converters
parentUpdate to cfs version 1.4.0 beta 2. (diff)
Add ODBC library support and turn it back on in kdesupport2. I will be
using similar fixes to this to get proper linking with exception handling code in other KDE2 ports. Submitted by: Arun Sharma <adsharma@sharmas.dhs.org>
Notes
Notes: svn path=/head/; revision=28696
Diffstat (limited to 'converters')
-rw-r--r--converters/kdesupport2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/converters/kdesupport2/Makefile b/converters/kdesupport2/Makefile
index 65d2069103af..3b2a420bed07 100644
--- a/converters/kdesupport2/Makefile
+++ b/converters/kdesupport2/Makefile
@@ -21,8 +21,7 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
--with-qt-includes=${X11BASE}/include/qt2 \
--with-qt-libraries=${X11BASE}/lib \
--without-libjpeg --without-libgif \
- --without-libgdbm --without-libuulib \
- --without-odbc
+ --without-libgdbm --without-libuulib
CONFIGURE_ENV+= MOC="${MOC}"
.include <bsd.port.mk>