svn commit: r326539 - head/graphics/makehuman

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 6 19:36:23 UTC 2013


Author: amdmi3
Date: Fri Sep  6 19:36:22 2013
New Revision: 326539
URL: http://svnweb.freebsd.org/changeset/ports/326539

Log:
  - Fix build on 10.x

Modified:
  head/graphics/makehuman/Makefile

Modified: head/graphics/makehuman/Makefile
==============================================================================
--- head/graphics/makehuman/Makefile	Fri Sep  6 19:25:24 2013	(r326538)
+++ head/graphics/makehuman/Makefile	Fri Sep  6 19:36:22 2013	(r326539)
@@ -16,6 +16,7 @@ LIB_DEPENDS=	animorph:${PORTSDIR}/graphi
 USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 USE_GL=		glut
+USE_GCC=	any # Animation.cpp:94:26: error: variable length array of non-POD element type 'Animorph::BodySettings'
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list