diff options
author | Don Lewis <truckman@FreeBSD.org> | 2015-11-13 12:13:58 +0800 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2015-11-13 12:13:58 +0800 |
commit | f040194af0f3cc0e62bdac75596437128a16a6e8 (patch) | |
tree | 7793c29a7ef3066eabd3db25bd65611a2c704326 /editors | |
parent | 8f2b3649f70d0642335ffa17cffe2e70eccfeef3 (diff) | |
download | freebsd-ports-gnome-f040194af0f3cc0e62bdac75596437128a16a6e8.tar.gz freebsd-ports-gnome-f040194af0f3cc0e62bdac75596437128a16a6e8.tar.zst freebsd-ports-gnome-f040194af0f3cc0e62bdac75596437128a16a6e8.zip |
Now that we are no longer avoiding certain versions of clang, convert to
USES=compiler:c++11-lib instead of trying to emulate it.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-4/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index 8acc83b870a1..3174d1f1b179 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -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+=swext/wiki-publisher.oxt .if ${COMPILER_TYPE} == clang CPPFLAGS+= -I${LOCALBASE}/include -.else -USE_GCC= yes .endif .if ${ARCH} == amd64 |