diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-12 22:34:06 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-12 22:34:06 +0000 |
commit | d3791d06b6519201d25d13063c1a7a4bf6d910a0 (patch) | |
tree | 6c381a624018a9223ba4d3d4f883e41669b0fb3e /java/guavac/files/patch-ae | |
parent | Find a mastersite that works and clean up the PLIST. (diff) |
Upgrade to version 1.2.
PR: 7045
Submitted by: Yukihiro Nakai <Nakai@technologist.com>
Notes
Notes:
svn path=/head/; revision=11852
Diffstat (limited to '')
-rw-r--r-- | java/guavac/files/patch-ae | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/java/guavac/files/patch-ae b/java/guavac/files/patch-ae index 7b4e525eb6af..e1ddbb53d6db 100644 --- a/java/guavac/files/patch-ae +++ b/java/guavac/files/patch-ae @@ -1,10 +1,8 @@ -*** common/string.h.orig Sat Jan 13 18:40:28 1996 ---- common/string.h Thu Jun 12 10:49:44 1997 -*************** -*** 5,8 **** ---- 5,9 ---- - #ifndef __SINST__ - #define __SINST__ - #endif -+ #include_next <string.h> // Get missing memmove() prototype for libg++ - #include <string> +--- common/cppstring.h.orig Wed Jun 24 19:00:48 1998 ++++ common/cppstring.h Wed Jun 24 19:01:49 1998 +@@ -8,4 +8,5 @@ + #endif + #endif + ++#include_next <string.h> + #include <string> |