r1174 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Sep 10 15:29:41 EDT 2007


Author: coyote
Date: 2007-09-10 15:29:41 -0400 (Mon, 10 Sep 2007)
New Revision: 1174

Modified:
   trunk/Makefile
Log:
Forget about SDL_DIR, remove versioncheck on sunos until I can fix it.


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2007-09-10 16:41:09 UTC (rev 1173)
+++ trunk/Makefile	2007-09-10 19:29:41 UTC (rev 1174)
@@ -599,7 +599,6 @@
   MKDIR=gmkdir
   GREP=/usr/xpg4/bin/grep
   COPYDIR="/usr/local/share/games/quake3"
-  SDL_DIR=/usr/local
 
   ifneq (,$(findstring i86pc,$(shell uname -m)))
     ARCH=i386
@@ -884,6 +883,7 @@
                -DMINSDL_PATCH=$(MINSDL_PATCH)
 
 libversioncheck:
+ifneq ($(COMPILE_PLATFORM),sunos)
 	@/bin/echo -e "#include \"SDL_version.h\"\n" \
 		"#if SDL_VERSION_ATLEAST(" \
 		"$(MINSDL_MAJOR),$(MINSDL_MINOR),$(MINSDL_PATCH)" \
@@ -892,8 +892,8 @@
 		( /bin/echo "SDL version" \
 		"$(MINSDL_MAJOR).$(MINSDL_MINOR).$(MINSDL_PATCH)" \
 		"or greater required" && exit 1 )
+endif
 
-
 #############################################################################
 # CLIENT/SERVER
 #############################################################################




More information about the quake3-commits mailing list