diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /games/scourge/files/patch-configure.in | |
parent | Mark DEPRECATED: abandoned upstream. (diff) |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
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 + |