freebsd-ports/games/xevil/files/patch-cmn__xetp_basic.h
Marcelo Araujo 5ba24ed896 - Update MASTER_SITES.
- Fix build using CLANG.
- Add LICENSE.
- Add MAKE_JOBS_SAFE.

PR:		ports/172010
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-12-14 07:16:20 +00:00

11 lines
474 B
C

--- cmn/xetp_basic.h.orig 2012-05-27 06:52:31.000000000 +0900
+++ cmn/xetp_basic.h 2012-05-27 06:53:11.000000000 +0900
@@ -52,7 +52,7 @@
// All values are big-endian
enum {HEADER_LENGTH = 3}; // 8
enum {VERSION_LENGTH = 8}; // streams.h depends on this value.
- static char *versionStr;
+ static const char *versionStr;
// The ':' syntax gives the size in bytes of each component. :String means
// use Utils::string_read(), Utils::string_write(), etc.