diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-07-05 11:36:22 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-07-05 11:36:22 +0000 |
commit | 6e6ca62578c732bbc66ec950eab0795dbbd6e8c5 (patch) | |
tree | fcda118c0d7cf9548c3943dfab53e1ecfabe2558 /databases/gigabase/files/patch-aa | |
parent | Fix MAINTAINER e-mail address. (diff) |
Update to latest release 3.23.
Switch to use libtool 1.5 from ports tree instead of using distro's libtool.
Notes
Notes:
svn path=/head/; revision=112952
Diffstat (limited to 'databases/gigabase/files/patch-aa')
-rw-r--r-- | databases/gigabase/files/patch-aa | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/databases/gigabase/files/patch-aa b/databases/gigabase/files/patch-aa index 0eec4d275528..136eb02400bb 100644 --- a/databases/gigabase/files/patch-aa +++ b/databases/gigabase/files/patch-aa @@ -1,8 +1,11 @@ ---- Makefile.in.orig Sat May 3 20:35:46 2003 -+++ Makefile.in Wed Jun 18 20:04:48 2003 -@@ -7,6 +7,8 @@ +--- Makefile.in.orig Sat Jan 24 14:20:52 2004 ++++ Makefile.in Mon Jul 5 14:33:14 2004 +@@ -5,8 +5,10 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ VPATH = @srcdir@ - LIBTOOL = $(srcdir)/libtool +-LIBTOOL = $(srcdir)/libtool ++LIBTOOL?= $(srcdir)/libtool INSTALL = @INSTALL@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_DATA = @INSTALL_DATA@ |