summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2010-01-04 15:14:25 +0000
committerVasil Dimov <vd@FreeBSD.org>2010-01-04 15:14:25 +0000
commit5b6535d2b755e56b8f1b1fefe68d3e3f4437129a (patch)
treef7b084fa390b5f4e02d2af9520b876ee6904ffaa
parentMythWeb provides a frontend for scheduling and managing recordings (diff)
graphics/enblend:
Use GCC 4.4+ instead of 4.3+. Requested by: Gerald Pfeifer <gerald@pfeifer.com>
Notes
Notes: svn path=/head/; revision=247142
-rw-r--r--graphics/enblend/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile
index 2fd88755c23c..056e642c2f27 100644
--- a/graphics/enblend/Makefile
+++ b/graphics/enblend/Makefile
@@ -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" \