1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/chinese/cce/files/patch-src::term::term.c
Volker Stolz 5bc0c7cd93 - Fix cce run error
- Assign maintainership to submitter

PR:		ports/74659
Submitted by:	"statue"
2004-12-13 14:00:10 +00:00

18 lines
440 B
C

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