diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /chinese/cce/files/patch-src__term__term.c | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'chinese/cce/files/patch-src__term__term.c')
-rw-r--r-- | chinese/cce/files/patch-src__term__term.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/chinese/cce/files/patch-src__term__term.c b/chinese/cce/files/patch-src__term__term.c new file mode 100644 index 000000000000..b4763150c893 --- /dev/null +++ b/chinese/cce/files/patch-src__term__term.c @@ -0,0 +1,17 @@ +--- src/term/term.c.orig Mon Jan 19 04:22:51 2004 ++++ src/term/term.c Sat Dec 4 11:29:39 2004 +@@ -541,12 +541,14 @@ + if (!GGIAvail && !UseSDLFirst) SDLAvail = IsSDLAvailable(); + #endif + ++#if defined(SUPPORT_GGILIB) || defined(SUPPORT_SDLLIB) + if (!GGIAvail && !SDLAvail) + { + #if !defined(DEBUG) + fatal("No GGI/SDL found, you can only run CCE in text console.\n"); + #endif /* DEBUG */ + } ++#endif + } + + #endif /* __MSDOS__ */ |