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 | |
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
Notes
Notes:
svn path=/head/; revision=261230
Diffstat (limited to 'games/scourge')
-rw-r--r-- | games/scourge/Makefile | 4 | ||||
-rw-r--r-- | games/scourge/files/patch-configure.in | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/games/scourge/Makefile b/games/scourge/Makefile index f3c493e39703..6497681fdf1e 100644 --- a/games/scourge/Makefile +++ b/games/scourge/Makefile @@ -7,7 +7,7 @@ PORTNAME= scourge PORTVERSION= 0.21.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:S/$/.src/} @@ -19,7 +19,7 @@ COMMENT= S.C.O.U.R.G.E. is a rogue-like game LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 RUN_DEPENDS= ${DATADIR}/config/scourge.cfg:${PORTSDIR}/games/scourge-data -USE_AUTOTOOLS= autoconf:262:env automake:19:env +USE_AUTOTOOLS= autoconf:267:env automake:19:env USE_GL= gl USE_SDL= sdl image mixer net ttf USE_GMAKE= yes 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 + |