diff options
author | mezz <mezz@FreeBSD.org> | 2004-05-10 04:17:44 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-05-10 04:17:44 +0800 |
commit | ba1a1357d240888c6863598d8299d51544a93ede (patch) | |
tree | b464c50842a0acd9f7583107ce75f13b6a27dd39 /games/wesnoth-devel | |
parent | 2593869b34e0a0fc049bfa41b33e991418947a76 (diff) | |
download | freebsd-ports-gnome-ba1a1357d240888c6863598d8299d51544a93ede.tar.gz freebsd-ports-gnome-ba1a1357d240888c6863598d8299d51544a93ede.tar.zst freebsd-ports-gnome-ba1a1357d240888c6863598d8299d51544a93ede.zip |
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)
Diffstat (limited to 'games/wesnoth-devel')
-rw-r--r-- | games/wesnoth-devel/Makefile | 1 |
1 files changed, 1 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 |