Date: Fri, 6 Sep 2013 19:36:23 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326539 - head/graphics/makehuman Message-ID: <201309061936.r86JaNCg029846@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309061936.r86JaNCg029846>