freebsd-ports/games/joequake/files/patch-vid_x11.c
Alejandro Pulver 624ff38926 - Fix building in non i386 architectures (change in Makefile.linux).
- Use Q1DIR directly, instead of assigning it to DATADIR.

Approved by:	garga (mentor, implicitly)
2006-05-20 13:29:07 +00:00

16 lines
232 B
C

--- ./vid_x11.c.orig Sat Mar 25 15:28:06 2006
+++ ./vid_x11.c Sat May 20 10:00:24 2006
@@ -1053,3 +1053,13 @@
void VID_UnlockBuffer (void)
{
}
+
+#if !id386
+void R_Surf8Patch ()
+{
+}
+
+void R_SurfacePatch (void)
+{
+}
+#endif