diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-28 14:06:37 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-28 14:06:37 +0000 |
commit | 769e50a617e3f942cd42468eb0bfdb03ad5af92e (patch) | |
tree | 3be575d8828969e09b334b3a597059f09dcf851f /security/steghide | |
parent | e3b3d5fa7891dfb5cabcc13a4c33050246979c71 (diff) | |
download | ports-769e50a617e3f942cd42468eb0bfdb03ad5af92e.tar.gz ports-769e50a617e3f942cd42468eb0bfdb03ad5af92e.zip |
fix build on -stable
PR: 43295
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=67188
Diffstat (limited to 'security/steghide')
-rw-r--r-- | security/steghide/files/patch-src-jpegfile.cc | 7 | ||||
-rw-r--r-- | security/steghide/files/patch-src-jpeghufftable.cc | 13 |
2 files changed, 11 insertions, 9 deletions
diff --git a/security/steghide/files/patch-src-jpegfile.cc b/security/steghide/files/patch-src-jpegfile.cc index c5582a997dbb..6d25498b17d9 100644 --- a/security/steghide/files/patch-src-jpegfile.cc +++ b/security/steghide/files/patch-src-jpegfile.cc @@ -1,10 +1,11 @@ ---- src/jpegfile.cc.orig Thu Sep 26 20:50:05 2002 -+++ src/jpegfile.cc Thu Sep 26 20:50:33 2002 -@@ -19,6 +19,7 @@ +--- src/jpegfile.cc.orig Tue May 14 07:48:06 2002 ++++ src/jpegfile.cc Mon Sep 23 18:37:37 2002 +@@ -19,6 +19,8 @@ */ #include <iostream> +#include <vector> ++#include <string> #include "cvrstgfile.h" #include "jpegbase.h" diff --git a/security/steghide/files/patch-src-jpeghufftable.cc b/security/steghide/files/patch-src-jpeghufftable.cc index 066a0013d7d2..0593a3665b2d 100644 --- a/security/steghide/files/patch-src-jpeghufftable.cc +++ b/security/steghide/files/patch-src-jpeghufftable.cc @@ -1,10 +1,11 @@ ---- src/jpeghufftable.cc.orig Thu Sep 26 21:02:04 2002 -+++ src/jpeghufftable.cc Thu Sep 26 21:22:37 2002 -@@ -22,13 +22,14 @@ +--- src/jpeghufftable.cc.orig Tue May 14 07:48:06 2002 ++++ src/jpeghufftable.cc Mon Sep 23 18:39:13 2002 +@@ -22,13 +22,15 @@ #include <limits.h> #include <iostream> +#include <vector> ++#include <string> #include "error.h" #include "binaryio.h" @@ -16,7 +17,7 @@ : JpegSegment (JpegElement::MarkerDHT) { tableclass = 0xFF ; -@@ -36,7 +37,7 @@ +@@ -36,7 +38,7 @@ lengthremaining = lr ; } @@ -25,7 +26,7 @@ : JpegSegment (JpegElement::MarkerDHT) { tableclass = 0xFF ; -@@ -81,7 +82,7 @@ +@@ -81,7 +83,7 @@ return tabledestid ; } @@ -34,7 +35,7 @@ { assert (b.size() == 16) ; -@@ -236,7 +237,7 @@ +@@ -236,7 +238,7 @@ for (unsigned int l = 1 ; l <= Len_bits ; l++) { io->write8 ((unsigned char) getBits(l)) ; } |