[quake3-commits] r1864 - trunk
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sun Feb 6 15:10:43 EST 2011
Author: thilo
Date: 2011-02-06 15:10:43 -0500 (Sun, 06 Feb 2011)
New Revision: 1864
Modified:
trunk/Makefile
Log:
Fix GNU/kFreeBSD patch by Cyril Brulebois. --> ... <--
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2011-02-06 20:06:03 UTC (rev 1863)
+++ trunk/Makefile 2011-02-06 20:10:43 UTC (rev 1864)
@@ -239,7 +239,9 @@
INSTALL=install
MKDIR=mkdir
-ifneq (,findstring($(PLATFORM),linux gnu_kfreebsd kfreebsd-gnu))
+#ifneq (,$(findstring i86pc,$(shell uname -m)))
+#ifneq (,findstring($(PLATFORM),linux gnu_kfreebsd kfreebsd-gnu))
+ifneq (,$(findstring $(PLATFORM), linux gnu_kfreebsd kfreebsd-gnu))
ifeq ($(ARCH),axp)
ARCH=alpha
More information about the quake3-commits
mailing list