svn commit: r344167 - head/lang/oo2c

Johan van Selst johans at FreeBSD.org
Fri Feb 14 08:42:36 UTC 2014


Author: johans
Date: Fri Feb 14 08:42:35 2014
New Revision: 344167
URL: http://svnweb.freebsd.org/changeset/ports/344167
QAT: https://qat.redports.org/buildarchive/r344167/

Log:
  This port really needs a GNU compiler to build
  (gcc 2.95 is recommended, but modern stuff will work)

Modified:
  head/lang/oo2c/Makefile

Modified: head/lang/oo2c/Makefile
==============================================================================
--- head/lang/oo2c/Makefile	Fri Feb 14 08:27:10 2014	(r344166)
+++ head/lang/oo2c/Makefile	Fri Feb 14 08:42:35 2014	(r344167)
@@ -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
 


More information about the svn-ports-all mailing list