mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
5bc0c7cd93
- Assign maintainership to submitter PR: ports/74659 Submitted by: "statue"
18 lines
440 B
C
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__ */
|