svn commit: r325232 - head/editors/libreoffice

Jung-uk Kim jkim at FreeBSD.org
Thu Aug 22 20:44:38 UTC 2013


Author: jkim
Date: Thu Aug 22 20:44:37 2013
New Revision: 325232
URL: http://svnweb.freebsd.org/changeset/ports/325232

Log:
  Re-apply r324851 for the port.  It was accidentally reverted in r325230.

Modified:
  head/editors/libreoffice/Makefile

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Thu Aug 22 20:42:45 2013	(r325231)
+++ head/editors/libreoffice/Makefile	Thu Aug 22 20:44:37 2013	(r325232)
@@ -335,7 +335,7 @@ CONFIGURE_ARGS+=	--disable-neon
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_GCC)
-USE_GCC=	4.6+
+USE_GCC=	yes
 CONFIGURE_ENV+=	CXXCPP="${CPP}"
 .else
 .if exists(/usr/bin/clang) && ${OSVERSION} > 901502


More information about the svn-ports-head mailing list