diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-07-22 14:34:45 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-07-22 14:34:45 +0000 |
commit | b317cb449c1130d2341c45a3022de794bb0b724b (patch) | |
tree | bf95620b27b2dca1e4268bb958eeeb4090ce6bf5 /devel/astyle | |
parent | b7b74c53be9df1772b488c9ad674259fca057d28 (diff) | |
download | FreeBSD-ports-b317cb449c1130d2341c45a3022de794bb0b724b.zip FreeBSD-ports-b317cb449c1130d2341c45a3022de794bb0b724b.tar.gz |
Add two patches I forgot to add yesterday.
Noticed by: maintainer
Diffstat (limited to 'devel/astyle')
-rw-r--r-- | devel/astyle/files/patch-ab | 12 | ||||
-rw-r--r-- | devel/astyle/files/patch-ac | 11 |
2 files changed, 23 insertions, 0 deletions
diff --git a/devel/astyle/files/patch-ab b/devel/astyle/files/patch-ab new file mode 100644 index 0000000..2c70578 --- /dev/null +++ b/devel/astyle/files/patch-ab @@ -0,0 +1,12 @@ +--- ASBeautifier.cpp.orig Thu Mar 18 15:47:00 1999 ++++ ASBeautifier.cpp Sun Apr 11 10:23:48 1999 +@@ -34,1 +34,1 @@ +-#include <iostream> ++#include <iostream.h> +--- astyle_main.cpp.orig Thu Mar 18 15:41:30 1999 ++++ astyle_main.cpp Sun Apr 11 10:25:00 1999 +@@ -26,2 +26,2 @@ +-#include <iostream> +-#include <fstream> ++#include <iostream.h> ++#include <fstream.h> diff --git a/devel/astyle/files/patch-ac b/devel/astyle/files/patch-ac new file mode 100644 index 0000000..1328967 --- /dev/null +++ b/devel/astyle/files/patch-ac @@ -0,0 +1,11 @@ +--- ASFormatter.cpp.orig Sun Jul 18 19:07:09 1999 ++++ ASFormatter.cpp Sun Jul 18 19:08:47 1999 +@@ -33,7 +33,7 @@ + #include <cctype> + #include <vector> + #include <algorithm> +-#include <iostream> ++#include <iostream.h> + + + #define INIT_CONTAINER(container, value) {if ( (container) != NULL ) delete (container); (container) = (value); } |