diff options
author | vd <vd@FreeBSD.org> | 2010-01-04 23:14:25 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2010-01-04 23:14:25 +0800 |
commit | 6658ee64645332c42ab5db77003871ef56fc3ce6 (patch) | |
tree | 7acac8166e2751d83b88c34dc8aa3103ba1b677e /graphics | |
parent | 9f2b8fff259fcc083c8f61489b60a188ee0d5835 (diff) | |
download | freebsd-ports-gnome-6658ee64645332c42ab5db77003871ef56fc3ce6.tar.gz freebsd-ports-gnome-6658ee64645332c42ab5db77003871ef56fc3ce6.tar.zst freebsd-ports-gnome-6658ee64645332c42ab5db77003871ef56fc3ce6.zip |
graphics/enblend:
Use GCC 4.4+ instead of 4.3+.
Requested by: Gerald Pfeifer <gerald@pfeifer.com>
Diffstat (limited to 'graphics')
-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" \ |