diff options
Diffstat (limited to 'testing/steghide/steghide-0.5.1-am.patch')
-rw-r--r-- | testing/steghide/steghide-0.5.1-am.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/steghide/steghide-0.5.1-am.patch b/testing/steghide/steghide-0.5.1-am.patch new file mode 100644 index 0000000000..e261262bd7 --- /dev/null +++ b/testing/steghide/steghide-0.5.1-am.patch @@ -0,0 +1,19 @@ +--- steghide-0.5.1/po/Makefile.in.in.org 2003-09-28 17:57:14.000000000 +0200 ++++ steghide-0.5.1/po/Makefile.in.in 2006-07-12 17:17:38.000000000 +0200 +@@ -27,7 +27,7 @@ + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ + MKINSTALLDIRS = @MKINSTALLDIRS@ +-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` ++mkinstalldirs = $(MKINSTALLDIRS) + + GMSGFMT = @GMSGFMT@ + MSGFMT = @MSGFMT@ +--- steghide-0.5.1/src/Makefile.am.org 2003-09-28 18:33:21.000000000 +0200 ++++ steghide-0.5.1/src/Makefile.am 2006-07-12 17:13:26.000000000 +0200 +@@ -33,5 +33,4 @@ + WavPCMSampleValue.cc error.cc main.cc msg.cc SMDConstructionHeuristic.cc + LIBS = @LIBINTL@ @LIBS@ + localedir = $(datadir)/locale +-LIBTOOL = $(SHELL) libtool + MAINTAINERCLEANFILES = Makefile.in |