svn commit: r338418 - head/lang/ofc

Vanilla I. Shu vanilla at FreeBSD.org
Thu Jan 2 06:19:08 UTC 2014


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
 


More information about the svn-ports-all mailing list