freebsd-ports/games/torcs/files/patch-src::libs::tgf::guifont.cpp
Eric Anholt 206eb1fef7 Add torcs 1.2.1, the Open Racing Car Simulator.
PR:		51454
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-05-05 22:31:28 +00:00

11 lines
236 B
C++

--- src/libs/tgf/guifont.cpp.orig Sat Apr 19 02:46:41 2003
+++ src/libs/tgf/guifont.cpp Mon May 5 00:32:07 2003
@@ -25,7 +25,7 @@
#ifdef WIN32
#include <windows.h>
-#else
+#elif !defined(__FreeBSD__)
#include <endian.h>
#endif