diff options
Diffstat (limited to 'games/scourge/files/patch-configure.in')
-rw-r--r-- | games/scourge/files/patch-configure.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/scourge/files/patch-configure.in b/games/scourge/files/patch-configure.in new file mode 100644 index 000000000000..eca1eef134cc --- /dev/null +++ b/games/scourge/files/patch-configure.in @@ -0,0 +1,10 @@ +--- configure.in.orig 2008-12-22 23:38:10.000000000 +0000 ++++ configure.in 2010-06-14 11:57:29.000000000 +0000 +@@ -493,3 +493,6 @@ + dnl Check for glext.h +-AC_CHECK_HEADERS( "GL/glext.h", have_glext_h=yes, have_glext_h=no ) ++dnl XXX: which requires GL/gl.h, and autoconf > 2.64 is barfing on this ++dnk XXX: use following check to cover the bases ++dnl AC_CHECK_HEADERS( "GL/glext.h", have_glext_h=yes, have_glext_h=no ) ++have_glext_h=yes + |