diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-05-09 20:17:44 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-05-09 20:17:44 +0000 |
commit | 1340b882588bb9f9075614a202e7b7ea308d3502 (patch) | |
tree | e5951ebc669d841d8977a9ef3c80572c6b81b231 /games | |
parent | Unbreak on -STABLE (no stdint.h). (diff) |
The developers will not support GCC 2.9x, so add USE_GCC=3.3 to get it fix
the build on FreeBSD 4.x.
Reported by: bento via kris
Approved by: marcus (backup mentor)
Notes
Notes:
svn path=/head/; revision=108757
Diffstat (limited to 'games')
-rw-r--r-- | games/wesnoth-devel/Makefile | 1 | ||||
-rw-r--r-- | games/wesnoth/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/games/wesnoth-devel/Makefile b/games/wesnoth-devel/Makefile index 4fe63e9f9aca..3e4cbd290870 100644 --- a/games/wesnoth-devel/Makefile +++ b/games/wesnoth-devel/Makefile @@ -17,6 +17,7 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= mezz@FreeBSD.org COMMENT= A fantasy turn-based strategy game +USE_GCC= 3.3 USE_SDL= image mixer net ttf USE_GNOME= gnometarget WANT_GNOME= yes diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 4fe63e9f9aca..3e4cbd290870 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -17,6 +17,7 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= mezz@FreeBSD.org COMMENT= A fantasy turn-based strategy game +USE_GCC= 3.3 USE_SDL= image mixer net ttf USE_GNOME= gnometarget WANT_GNOME= yes |