diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2010-01-04 15:14:25 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2010-01-04 15:14:25 +0000 |
commit | 5b6535d2b755e56b8f1b1fefe68d3e3f4437129a (patch) | |
tree | f7b084fa390b5f4e02d2af9520b876ee6904ffaa /graphics/enblend | |
parent | 2389b28b173f1020cf5cce7af93c94f885aad0ff (diff) | |
download | ports-5b6535d2b755e56b8f1b1fefe68d3e3f4437129a.tar.gz ports-5b6535d2b755e56b8f1b1fefe68d3e3f4437129a.zip |
Notes
Diffstat (limited to 'graphics/enblend')
-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" \ |