diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-22 20:33:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-22 20:33:17 +0000 |
commit | 93a544d409acc43cd7ea11a84de2877ad97bbfab (patch) | |
tree | 346123d81fe48319e98d57edde9668338dcf6fb9 /audio/gtkgep/files/patch-configure | |
parent | Provide a limited compatibility with the Unix spell command. (diff) |
Add gtkgep, a GTK guitar effects processor.
PR: 47779
Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes:
svn path=/head/; revision=76197
Diffstat (limited to '')
-rw-r--r-- | audio/gtkgep/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/gtkgep/files/patch-configure b/audio/gtkgep/files/patch-configure new file mode 100644 index 000000000000..f195f07b43c6 --- /dev/null +++ b/audio/gtkgep/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Dec 11 18:31:51 2002 ++++ configure Thu Dec 12 12:07:17 2002 +@@ -7414,6 +7414,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' |