summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2004-07-30 17:54:55 +0000
committerTony Vroon <chainsaw@gentoo.org>2004-07-30 17:54:55 +0000
commitc09760dd29efea54e0d7ef542b5f481b6e7cc9ec (patch)
treeb72f8ae1db854a46cd12471baa480ad8f27704d6 /app-crypt/steghide/files
parentRemoving obsolete versions (diff)
downloadhistorical-c09760dd29efea54e0d7ef542b5f481b6e7cc9ec.tar.gz
historical-c09760dd29efea54e0d7ef542b5f481b6e7cc9ec.tar.bz2
historical-c09760dd29efea54e0d7ef542b5f481b6e7cc9ec.zip
Fixing libtool invocation, bug #52470
Diffstat (limited to 'app-crypt/steghide/files')
-rw-r--r--app-crypt/steghide/files/fix-libtool-invocation.patch11
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