aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-05-23 10:31:35 +0800
committerwill <will@FreeBSD.org>2000-05-23 10:31:35 +0800
commitd20e47eb2cf1c17b386aa833ba52b316f9a9be8f (patch)
treef45e65742e2068c426f1ba705e7fca2c1d41a03c /converters
parentfc9e30c001268adf9fa86ea5528268aac0ade678 (diff)
downloadfreebsd-ports-gnome-d20e47eb2cf1c17b386aa833ba52b316f9a9be8f.tar.gz
freebsd-ports-gnome-d20e47eb2cf1c17b386aa833ba52b316f9a9be8f.tar.zst
freebsd-ports-gnome-d20e47eb2cf1c17b386aa833ba52b316f9a9be8f.zip
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>
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>