svn commit: r401476 - head/editors/openoffice-4

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


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


More information about the svn-ports-all mailing list