diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2004-07-30 17:54:55 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2004-07-30 17:54:55 +0000 |
commit | eb3432ee90479e4a79ecf8bad88239fe9c1d72e8 (patch) | |
tree | fc1c53fb59e47aef23dca94db67960d0e20c2281 /app-crypt/steghide/files | |
parent | Removing obsolete versions (Manifest recommit) (diff) | |
download | gentoo-2-eb3432ee90479e4a79ecf8bad88239fe9c1d72e8.tar.gz gentoo-2-eb3432ee90479e4a79ecf8bad88239fe9c1d72e8.tar.bz2 gentoo-2-eb3432ee90479e4a79ecf8bad88239fe9c1d72e8.zip |
Fixing libtool invocation, bug #52470
Diffstat (limited to 'app-crypt/steghide/files')
-rw-r--r-- | app-crypt/steghide/files/fix-libtool-invocation.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-crypt/steghide/files/fix-libtool-invocation.patch b/app-crypt/steghide/files/fix-libtool-invocation.patch new file mode 100644 index 000000000000..863e25fd6863 --- /dev/null +++ b/app-crypt/steghide/files/fix-libtool-invocation.patch @@ -0,0 +1,11 @@ +--- src/Makefile.orig 2004-07-30 16:52:06.636316472 +0100 ++++ src/Makefile 2004-07-30 16:52:21.662032216 +0100 +@@ -190,7 +190,7 @@ + WavPCMSampleValue.cc error.cc main.cc msg.cc SMDConstructionHeuristic.cc + + localedir = $(datadir)/locale +-LIBTOOL = $(SHELL) libtool ++LIBTOOL = $(SHELL) /usr/bin/libtool + MAINTAINERCLEANFILES = Makefile.in + subdir = src + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |