From 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 17:12:47 +0000 Subject: Rename all patches that contain '::' as a path separator, and use '__' instead. --- chinese/cce/files/patch-src__term__term.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 chinese/cce/files/patch-src__term__term.c (limited to 'chinese/cce/files/patch-src__term__term.c') 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__ */ -- cgit v1.2.3