From owner-svn-ports-all@FreeBSD.ORG Fri Feb 14 08:42:36 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 253F3818; Fri, 14 Feb 2014 08:42:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0F0B21D99; Fri, 14 Feb 2014 08:42:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1E8gZZ3033941; Fri, 14 Feb 2014 08:42:35 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1E8gZ44033940; Fri, 14 Feb 2014 08:42:35 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201402140842.s1E8gZ44033940@svn.freebsd.org> From: Johan van Selst Date: Fri, 14 Feb 2014 08:42:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344167 - head/lang/oo2c X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2014 08:42:36 -0000 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