diff options
author | will <will@FreeBSD.org> | 2000-05-23 10:31:35 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-23 10:31:35 +0800 |
commit | d20e47eb2cf1c17b386aa833ba52b316f9a9be8f (patch) | |
tree | f45e65742e2068c426f1ba705e7fca2c1d41a03c /converters | |
parent | fc9e30c001268adf9fa86ea5528268aac0ade678 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |