diff options
Diffstat (limited to 'databases/libodbc++/files')
-rw-r--r-- | databases/libodbc++/files/patch-Makefile.in | 18 | ||||
-rw-r--r-- | databases/libodbc++/files/patch-configure | 32 |
2 files changed, 0 insertions, 50 deletions
diff --git a/databases/libodbc++/files/patch-Makefile.in b/databases/libodbc++/files/patch-Makefile.in deleted file mode 100644 index 68b416c27a5c..000000000000 --- a/databases/libodbc++/files/patch-Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ -- Explicitly remove "doc" from the list of subdirs to make. This allows us - to build and install the documentation optionally - depending on whether - NOPORTDOCS has been defined - in the port's post-install target. - --- Johann Visagie <wjv@FreeBSD.org> - - - ---- Makefile.in.orig Wed Nov 7 17:09:47 2001 -+++ Makefile.in Wed Nov 14 13:09:03 2001 -@@ -123,7 +123,6 @@ - src \ - @SUBDIR_TESTS@ \ - @SUBDIR_QTSQLXX@ \ --doc \ - @SUBDIR_ISQLXX@ \ - win32 - diff --git a/databases/libodbc++/files/patch-configure b/databases/libodbc++/files/patch-configure deleted file mode 100644 index bb3c0ebe84eb..000000000000 --- a/databases/libodbc++/files/patch-configure +++ /dev/null @@ -1,32 +0,0 @@ -The fudging of the value of $ltmain is a workaround for a bug in bsd.port.mk, -described (with patch) in PR 31142. - --- Johann Visagie <wjv@FreeBSD.org> - - - ---- configure.orig Wed Nov 7 17:02:23 2001 -+++ configure Wed Nov 14 13:38:01 2001 -@@ -2823,7 +2823,8 @@ - # All known linkers require a `.a' archive for static linking (except M$VC, - # which needs '.lib'). - libext=a --ltmain="$ac_aux_dir/ltmain.sh" -+ac_aux_dir_tmp="$ac_aux_dir" -+ltmain="$ac_aux_dir_tmp/ltmain.sh" - ofile="$default_ofile" - with_gnu_ld="$lt_cv_prog_gnu_ld" - need_locks="$enable_libtool_lock" -@@ -7136,10 +7137,10 @@ - - if test "x$enable_threads" = "xyes" - then -- QT_LIBS="-lqt-mt" -+ QT_LIBS="-lqt2-mt" - QT_DEFS="-DODBCXX_QT -DQT_THREAD_SUPPORT" - else -- QT_LIBS="-lqt" -+ QT_LIBS="-lqt2" - QT_DEFS="-DODBCXX_QT" - fi - |