diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2001-10-04 08:51:47 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2001-10-04 08:51:47 +0000 |
commit | 8285df9452393b6a9dea91b3814fbbab3af32836 (patch) | |
tree | 8fbd1a8f38391cca0352c70e4c491611b48674be /databases/libodbc++/files/patch-Makefile.in | |
parent | Add linux_base-7 (diff) |
Add libodbc++ 0.2.2.p5, a C++ class library and toolset for ODBC
access to data sources.
Notes
Notes:
svn path=/head/; revision=48426
Diffstat (limited to 'databases/libodbc++/files/patch-Makefile.in')
-rw-r--r-- | databases/libodbc++/files/patch-Makefile.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/libodbc++/files/patch-Makefile.in b/databases/libodbc++/files/patch-Makefile.in new file mode 100644 index 000000000000..e80965aa67cf --- /dev/null +++ b/databases/libodbc++/files/patch-Makefile.in @@ -0,0 +1,19 @@ +- 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 Dec 13 03:14:07 2000 ++++ Makefile.in Tue Oct 2 17:19:45 2001 +@@ -114,7 +114,7 @@ + + 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 |