diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2001-11-14 13:55:28 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2001-11-14 13:55:28 +0000 |
commit | 6e76729a1c9d853feedc5706de8ddd759a80a1eb (patch) | |
tree | 9a302cf04ea2ad428a2179be6362d84e5ba1df8a /databases/libodbc++/files/patch-Makefile.in | |
parent | Fix building. (diff) |
- Update to version 0.2.2 (release)
- Streamline slightly the selection of whether to compile with GUI support,
but this still needs further stress testing
- Add patch to work around bsd.port.mk problem described in PR 31142
Diffstat (limited to 'databases/libodbc++/files/patch-Makefile.in')
-rw-r--r-- | databases/libodbc++/files/patch-Makefile.in | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/databases/libodbc++/files/patch-Makefile.in b/databases/libodbc++/files/patch-Makefile.in index e80965aa67cf..68b416c27a5c 100644 --- a/databases/libodbc++/files/patch-Makefile.in +++ b/databases/libodbc++/files/patch-Makefile.in @@ -6,14 +6,13 @@ ---- Makefile.in.orig Wed Dec 13 03:14:07 2000 -+++ Makefile.in Tue Oct 2 17:19:45 2001 -@@ -114,7 +114,7 @@ +--- 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 - AUTOMAKE_OPTIONS = foreign - --SUBDIRS = include src @SUBDIR_QT@ @SUBDIR_TESTS@ @SUBDIR_QTSQLXX@ doc @SUBDIR_ISQLXX@ win32 -+SUBDIRS = include src @SUBDIR_QT@ @SUBDIR_TESTS@ @SUBDIR_QTSQLXX@ @SUBDIR_ISQLXX@ win32 - - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |