From 479bb2804056de5e8445a915da86edb437eb9a4c Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sat, 3 Sep 2011 12:38:04 +0000 Subject: [PATCH] - Add USE_GCC as it doesn't compile with clang PR: 160413 Submitted by: Hartmann@FreeBSD.org, "O." --- graphics/osg/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \