summaryrefslogtreecommitdiff
path: root/games/scourge/files/patch-configure.in
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-09-15 18:35:24 +0000
committerAde Lovett <ade@FreeBSD.org>2010-09-15 18:35:24 +0000
commit8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch)
tree1e9812bc2638933184cae2b226809eb69253bb9f /games/scourge/files/patch-configure.in
parentMark 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.in10
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
+