diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-19 20:08:57 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-19 20:08:57 +0000 |
commit | be76297b53b3b3535f92751a2a29e156a608dbfe (patch) | |
tree | 5cb2be7745f4dd4d06af7cbd24d65a46cfd9d523 /textproc/gtkspell/files/patch-configure | |
parent | Make further corrections to the use of sed: the -i option had been (diff) |
Add gtkspell2, a GTK+ 2 spell checking component. There is a gtkspell
out there for GTK+ 1.2, but it doesn't appear to be in the tree. If for
some reason, it ever gets imported, this port won't collide with it.
Notes
Notes:
svn path=/head/; revision=64668
Diffstat (limited to 'textproc/gtkspell/files/patch-configure')
-rw-r--r-- | textproc/gtkspell/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/gtkspell/files/patch-configure b/textproc/gtkspell/files/patch-configure new file mode 100644 index 000000000000..6bb2a668556f --- /dev/null +++ b/textproc/gtkspell/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Mon Aug 19 13:43:43 2002 ++++ configure Mon Aug 19 13:43:59 2002 +@@ -7524,6 +7524,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' |