Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2015 04:13:58 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401476 - head/editors/openoffice-4
Message-ID:  <201511130413.tAD4DwjE019515@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: truckman
Date: Fri Nov 13 04:13:58 2015
New Revision: 401476
URL: https://svnweb.freebsd.org/changeset/ports/401476

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-4/Makefile

Modified: head/editors/openoffice-4/Makefile
==============================================================================
--- head/editors/openoffice-4/Makefile	Fri Nov 13 04:13:34 2015	(r401475)
+++ head/editors/openoffice-4/Makefile	Fri Nov 13 04:13:58 2015	(r401476)
@@ -126,7 +126,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 \
 		shared-mime-info tar:bzip2
 INSTALLS_ICONS=	yes
@@ -169,8 +170,6 @@ WIKI_PUBLISHER_VARS=	BUNDLED_EXTENSIONS+
 
 .if ${COMPILER_TYPE} == clang
 CPPFLAGS+=		-I${LOCALBASE}/include
-.else
-USE_GCC=		yes
 .endif
 
 .if ${ARCH} == amd64



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511130413.tAD4DwjE019515>