freebsd-ports/games/joequake/files/patch-r_part.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

11 lines
208 B
C

--- ./r_part.c.orig Sat Apr 1 11:31:48 2006
+++ ./r_part.c Sat May 20 10:00:24 2006
@@ -59,7 +59,7 @@
vec3_t r_pright, r_pup, r_ppn;
-#if !id386
+#if !id386 && !defined(GLQUAKE)
/*
==============