diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-09-03 20:38:04 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-09-03 20:38:04 +0800 |
commit | 479bb2804056de5e8445a915da86edb437eb9a4c (patch) | |
tree | dcad5d7b19a608def44fbbcbf215e7636c6e41b3 /graphics/osg | |
parent | 31c7279fdbc5047d277db9bdc0647ef2a32b83f0 (diff) | |
download | freebsd-ports-gnome-479bb2804056de5e8445a915da86edb437eb9a4c.tar.gz freebsd-ports-gnome-479bb2804056de5e8445a915da86edb437eb9a4c.tar.zst freebsd-ports-gnome-479bb2804056de5e8445a915da86edb437eb9a4c.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/osg')
-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 ef7fd232dbe6..760705d66684 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 \ |