Date: Thu, 2 Jan 2014 06:19:07 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338418 - head/lang/ofc Message-ID: <201401020619.s026J7Ue044705@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Thu Jan 2 06:19:07 2014 New Revision: 338418 URL: http://svnweb.freebsd.org/changeset/ports/338418 Log: Add comment why ofc required gcc4.6. Submitted by: gerald@ Modified: head/lang/ofc/Makefile Modified: head/lang/ofc/Makefile ============================================================================== --- head/lang/ofc/Makefile Thu Jan 2 05:31:07 2014 (r338417) +++ head/lang/ofc/Makefile Thu Jan 2 06:19:07 2014 (r338418) @@ -37,7 +37,7 @@ LIB_DEPENDS+= libgmp.so:${PORTSDIR}/math .endif .if ${OSVERSION} >= 900000 -# needs libobjc +# 'obj/obj-api.h' deprecated on gcc4.7, so ofc require gcc4.6 or early version. USE_GCC= 4.6 .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401020619.s026J7Ue044705>