diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-30 18:48:41 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-30 18:48:41 +0000 |
commit | 1e09d66b0ca701d25a7ab890ad2c7acea4614853 (patch) | |
tree | 42a9f696b3c2c1f10405342998711ae59095c155 /databases/dbh/files/patch-configure | |
parent | Do not try and access memory after it's been free'd. This fixes a bus (diff) |
* Do not install useless .la file
* Utilize USE_GNOME
PR: 55053
Submitted by: Ports Fury
Approved by: fjoe (mentor) (implicit)
Notes
Notes:
svn path=/head/; revision=85932
Diffstat (limited to 'databases/dbh/files/patch-configure')
-rw-r--r-- | databases/dbh/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/dbh/files/patch-configure b/databases/dbh/files/patch-configure new file mode 100644 index 000000000000..d2359bc32019 --- /dev/null +++ b/databases/dbh/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Mon Mar 17 12:08:31 2003 ++++ configure Wed Jul 30 20:58:14 2003 +@@ -7349,6 +7349,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' |