diff options
Diffstat (limited to 'graphics/enblend/Makefile')
-rw-r--r-- | graphics/enblend/Makefile | 3 |
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" \ |