diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-15 23:48:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-15 23:48:07 +0000 |
commit | 132dd06182933691973c947afb688144e23987ee (patch) | |
tree | 35e326c6d0485d8db9a3b2f2e7386774ba4ef6a5 /polish/gnugadu2/files/patch-configure | |
parent | Add HSQL a SQL binding for Haskell. The port supports only PostgreSQL. MySQL (diff) |
Add gnugadu 2.0 pre5 after repocopy from polish/gnugadu.
This is Gtk2 version of gnugadu.
PR: ports/61242
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
Diffstat (limited to 'polish/gnugadu2/files/patch-configure')
-rw-r--r-- | polish/gnugadu2/files/patch-configure | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/polish/gnugadu2/files/patch-configure b/polish/gnugadu2/files/patch-configure new file mode 100644 index 000000000000..de6325abd82d --- /dev/null +++ b/polish/gnugadu2/files/patch-configure @@ -0,0 +1,19 @@ +--- configure.orig Sun Dec 14 21:35:41 2003 ++++ configure Sun Dec 14 21:39:11 2003 +@@ -19127,6 +19127,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' +@@ -24937,7 +24938,7 @@ + fi + else + cat >>confdefs.h <<_ACEOF +-#define PACKAGE_LOCALE_DIR "${datadir}/locale" ++#define PACKAGE_LOCALE_DIR "${prefix}/share/locale" + _ACEOF + + fi |