From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/steghide/buildsystem.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 community/steghide/buildsystem.patch (limited to 'community/steghide/buildsystem.patch') diff --git a/community/steghide/buildsystem.patch b/community/steghide/buildsystem.patch new file mode 100644 index 000000000..e1fc057f7 --- /dev/null +++ b/community/steghide/buildsystem.patch @@ -0,0 +1,10 @@ +diff -urN steghide-0.5.1/src/Makefile.am steghide-0.5.1-new/src/Makefile.am +--- steghide-0.5.1/src/Makefile.am 2003-09-28 09:33:21.000000000 -0700 ++++ steghide-0.5.1-new/src/Makefile.am 2003-10-30 21:05:40.000000000 -0800 +@@ -33,5 +33,5 @@ + WavPCMSampleValue.cc error.cc main.cc msg.cc SMDConstructionHeuristic.cc + LIBS = @LIBINTL@ @LIBS@ + localedir = $(datadir)/locale +-LIBTOOL = $(SHELL) libtool ++LIBTOOL = /usr/bin/libtool + MAINTAINERCLEANFILES = Makefile.in -- cgit v1.2.3-54-g00ecf