1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/java/guavac/files/patch-ae
John Polstra 61226cc600 Upgrade to version 0.3 (from 0.2.5).
I modified the submitted version slightly, (a) to honor the user's
CFLAGS setting, and (b) to eliminate some compilation warnings.

PR:		ports/3825
Submitted by:	Yukihiro Nakai Nakai@Mlab.t.u-tokyo.ac.jp
1997-06-12 21:58:57 +00:00

11 lines
279 B
Plaintext

*** 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>