mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c01aa3135c
Please note, that it's a work in progress, so some features doesn't work (for example mouse support). However, the functionality already present is sufficient to run some of the popular apps (quakeforge for example). I tested it on ATI Mach64 and C&T55554 adapters.
12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
--- utils/gtf/scitech.h.orig Fri Aug 25 05:23:32 2000
|
|
+++ utils/gtf/scitech.h Fri Aug 25 05:24:02 2000
|
|
@@ -228,7 +228,7 @@
|
|
#endif
|
|
|
|
/* 32-bit FreeBSD compile environment */
|
|
-#elif defined(__FREEBSD__)
|
|
+#elif defined(__FreeBSD__)
|
|
#ifndef __32BIT__
|
|
#define __32BIT__
|
|
#endif
|