svn commit: r401475 - head/editors/openoffice-devel

Don Lewis truckman at FreeBSD.org
Fri Nov 13 04:13:35 UTC 2015


Author: truckman
Date: Fri Nov 13 04:13:34 2015
New Revision: 401475
URL: https://svnweb.freebsd.org/changeset/ports/401475

Log:
  Now that we are no longer avoiding certain versions of clang, convert to
  USES=compiler:c++11-lib instead of trying to emulate it.

Modified:
  head/editors/openoffice-devel/Makefile

Modified: head/editors/openoffice-devel/Makefile
==============================================================================
--- head/editors/openoffice-devel/Makefile	Fri Nov 13 03:57:43 2015	(r401474)
+++ head/editors/openoffice-devel/Makefile	Fri Nov 13 04:13:34 2015	(r401475)
@@ -139,7 +139,8 @@ JAVA_VERSION=	1.6+
 USE_PERL5=	build
 USE_XORG=	ice x11 xau xaw xcomposite xcursor xdamage xext xfixes xi \
 		xrandr xrender xt
-USES=		autoreconf:autoconf bison compiler cpe desktop-file-utils \
+USES=		autoreconf:autoconf bison compiler:c++11-lib cpe \
+		desktop-file-utils \
 		gettext-runtime gmake iconv jpeg perl5 pkgconfig python \
 		tar:${TARTYPE}
 INSTALLS_ICONS=	yes
@@ -184,8 +185,6 @@ WIKI_PUBLISHER_CONFIGURE_ENABLE=	wiki-pu
 
 .if ${COMPILER_TYPE} == clang
 CPPFLAGS+=		-I${LOCALBASE}/include
-.else
-USE_GCC=		yes
 .endif
 
 .if ${ARCH} == amd64


More information about the svn-ports-all mailing list