From ebcd129151594e0c4ffbbf7f766fcdf1e9f56bc3 Mon Sep 17 00:00:00 2001 From: Johan van Selst Date: Fri, 14 Feb 2014 08:42:35 +0000 Subject: [PATCH] This port really needs a GNU compiler to build (gcc 2.95 is recommended, but modern stuff will work) --- lang/oo2c/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile index 2e5aa5f73da2..96ac69bfb8e4 100644 --- a/lang/oo2c/Makefile +++ b/lang/oo2c/Makefile @@ -19,6 +19,8 @@ USE_BZIP2= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes +USE_CSTD= gnu89 +USE_GCC= any CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib