graphics/enblend:

Use GCC 4.4+ instead of 4.3+.

Requested by:	Gerald Pfeifer <gerald@pfeifer.com>
This commit is contained in:
Vasil Dimov 2010-01-04 15:14:25 +00:00
parent 2389b28b17
commit 5b6535d2b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247142

View File

@ -30,7 +30,8 @@ USE_AUTOTOOLS= automake:110:env autoconf:262:env
# GCC 4.2 has some problems, see
# http://groups.google.com/group/hugin-ptx/browse_thread/thread/725b1581c9889e37/50abe3387d61541a#50abe3387d61541a
USE_GCC= 4.3+
# Gerald Pfeifer <gerald@pfeifer.com> asked to use 4.4+ instead of 4.3+
USE_GCC= 4.4+
USE_GL= glut
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \