FreeBSD Bugzilla – Attachment 23345 Details for
Bug 40199
Fix tuxracer on recent XFree, respect CFLAGS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
tuxracerdiff
tuxracerdiff (text/plain), 2.08 KB, created by
Eric Anholt
on 2002-07-04 21:50:02 UTC
(
hide
)
Description:
tuxracerdiff
Filename:
MIME Type:
Creator:
Eric Anholt
Created:
2002-07-04 21:50:02 UTC
Size:
2.08 KB
patch
obsolete
>Index: files/patch-configure.in >=================================================================== >RCS file: /home/ncvs/ports/games/tuxracer/files/patch-configure.in,v >retrieving revision 1.1 >diff -u -r1.1 patch-configure.in >--- files/patch-configure.in 17 Aug 2001 17:49:35 -0000 1.1 >+++ files/patch-configure.in 4 Jul 2002 07:47:53 -0000 >@@ -1,6 +1,25 @@ >---- configure.in.orig Mon Apr 30 16:23:53 2001 >-+++ configure.in Mon Apr 30 16:39:21 2001 >-@@ -303,6 +303,10 @@ >+--- configure.in.orig Tue Jan 16 07:26:29 2001 >++++ configure.in Thu Jul 4 00:47:06 2002 >+@@ -43,16 +43,10 @@ >+ dnl General options >+ dnl -------------------------------------------------------------------------- >+ TR_CPPFLAGS="" >+-TR_CFLAGS="-O2 -Wall -fomit-frame-pointer -ffast-math -fexpensive-optimizations" >+-TR_CXXFLAGS="-O2 -Wall -fomit-frame-pointer -ffast-math -fexpensive-optimizations" >++TR_CFLAGS="" >++TR_CXXFLAGS="" >+ TR_LIBS="" >+ >+-case "$host" in >+-i*86-*-*) TR_CFLAGS="$TR_CFLAGS -malign-loops=2 -malign-jumps=2 -malign-functions=2"; >+- TR_CXXFLAGS="$TR_CXXFLAGS -malign-loops=2 -malign-jumps=2 -malign-functions=2";; >+-alpha*-*-linux-*) TR_CFLAGS="$TR_CFLAGS -mieee";; >+-esac >+- >+ AC_ARG_ENABLE(debug, [ --enable-debug Produce an executable with debugging symbols], >+ [TR_CFLAGS="-g -Wall"; TR_CXXFLAGS="-g -Wall"], >+ [TR_CPPFLAGS="$TR_CPPFLAGS -DTUXRACER_NO_ASSERT=1"]) >+@@ -303,6 +297,10 @@ > > saved_LIBS="$LIBS" > >@@ -11,7 +30,7 @@ > AC_DEFUN( CHECK_FOR_GL_LIB, [ > AC_MSG_CHECKING([for $GL_LIB_NAME library]) > LIBS="$saved_LIBS $TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME" >-@@ -313,15 +317,15 @@ >+@@ -313,15 +311,15 @@ > TR_LIBS="$TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME" > > else >@@ -30,3 +49,12 @@ > fi > fi > ]) >+@@ -466,7 +464,7 @@ >+ if test "x$have_glx_h" = "xno" ; then >+ AC_MSG_ERROR([Cannot find GL/glx.h]) >+ fi >+- >++ CFLAGS="$CFLAGS -DGLX_GLXEXT_LEGACY" >+ dnl Check that glXGetProcAddressARB is defined in glx.h >+ AC_MSG_CHECKING([whether glx.h defines glXGetProcAddressARB]); >+ AC_TRY_COMPILE( [#include <GL/glx.h>], [ char *foo = (char*) glXGetProcAddressARB; ],
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 40199
: 23345