[Bug 3429] Changes to main Makefile for SunOS(Solaris)
bugzilla-daemon at icculus.org
bugzilla-daemon at icculus.org
Sat Nov 24 17:39:42 EST 2007
http://bugzilla.icculus.org/show_bug.cgi?id=3429
------- Comment #2 from tim at ngus.net 2007-11-24 17:39 EDT -------
Instead of disabling the SDL check, could you try this patch instead? I assume
Solaris grep is what is causing it to fail for you.
Index: Makefile
===================================================================
--- Makefile (revision 1216)
+++ Makefile (working copy)
@@ -1072,7 +1072,7 @@
"#if SDL_VERSION_ATLEAST(" \
"$(MINSDL_MAJOR),$(MINSDL_MINOR),$(MINSDL_PATCH)" \
")\nMINSDL_PASSED\n#endif" | \
- $(CC) $(BASE_CFLAGS) -E - | grep -q MINSDL_PASSED || \
+ $(CC) $(BASE_CFLAGS) -E - | grep MINSDL_PASSED > /dev/null || \
( /bin/echo "SDL version" \
"$(MINSDL_MAJOR).$(MINSDL_MINOR).$(MINSDL_PATCH)" \
"or greater required" && exit 1 )
--
Configure bugmail: http://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the quake3-bugzilla
mailing list