diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2011-09-03 20:38:04 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2011-09-03 20:38:04 +0800 |
commit | 40a940d3188fb7b7e4551afc682fa789e5eaf836 (patch) | |
tree | 911c8c6de4c3da5bb3e095298bfde942e19840fd /graphics | |
parent | 011059e4cce54f6dd7eb9143a666b5dc3fe55a23 (diff) | |
download | freebsd-ports-graphics-40a940d3188fb7b7e4551afc682fa789e5eaf836.tar.gz freebsd-ports-graphics-40a940d3188fb7b7e4551afc682fa789e5eaf836.tar.zst freebsd-ports-graphics-40a940d3188fb7b7e4551afc682fa789e5eaf836.zip |
- Add USE_GCC as it doesn't compile with clang
PR: 160413
Submitted by: Hartmann@FreeBSD.org, "O." <ohartman@zedat.fu-berlin.de>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/osg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index ef7fd232dbe..760705d6668 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -29,6 +29,7 @@ USE_GNOME= pkgconfig USE_XORG= x11 USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes +USE_GCC= 4.2+ PLIST_SUB= OSG_VERSION=${PORTVERSION} \ OSG_SHLIBVER=55 \ |