diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-09-17 15:53:01 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-09-17 15:53:01 +0000 |
commit | c75198d4f9b282167c71e64a942064f03f145a7f (patch) | |
tree | 51ac8104cf742bf6202bd658d50ac35fdfe1454d /graphics/makehuman/Makefile | |
parent | 74ba0b7dd4e40f2aae1ca3582f9392eb432e86db (diff) | |
download | ports-c75198d4f9b282167c71e64a942064f03f145a7f.tar.gz ports-c75198d4f9b282167c71e64a942064f03f145a7f.zip |
Notes
Diffstat (limited to 'graphics/makehuman/Makefile')
-rw-r--r-- | graphics/makehuman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/makehuman/Makefile b/graphics/makehuman/Makefile index 4f3338f534b7..0e5efa53776c 100644 --- a/graphics/makehuman/Makefile +++ b/graphics/makehuman/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= animorph:${PORTSDIR}/graphics/animorph \ 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' +USE_GCC= yes # Animation.cpp:94:26: error: variable length array of non-POD element type 'Animorph::BodySettings' CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |