diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-10-22 15:55:09 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-10-22 15:55:09 +0800 |
commit | a8640e74af424459b26fa6108cdb4e16daf2798b (patch) | |
tree | ce291cd0982ecc336fcae179c014cdb1df06df11 /lang | |
parent | d8f03fcaee8941f0474c2878ae993227385858f0 (diff) | |
download | freebsd-ports-gnome-a8640e74af424459b26fa6108cdb4e16daf2798b.tar.gz freebsd-ports-gnome-a8640e74af424459b26fa6108cdb4e16daf2798b.tar.zst freebsd-ports-gnome-a8640e74af424459b26fa6108cdb4e16daf2798b.zip |
Remove USE_CSTD=gnu89 to fix compilation of C++ code when the WX option
is enabled. It was added in r300328 to fix compilation with clang but
testing has shown it is no longer necessary.
PR: ports/180017
Tested by: Stefan Grundmann <sg2342@googlemail.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/erlang-runtime16/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/erlang-runtime16/Makefile b/lang/erlang-runtime16/Makefile index 0c3b0a45ca15..488f27d37708 100644 --- a/lang/erlang-runtime16/Makefile +++ b/lang/erlang-runtime16/Makefile @@ -53,7 +53,6 @@ OPTIONS_DEFAULT=SMP OPENSSL THREADS SCTP KQUEUE ERL_RELEASE= R${PORTVERSION:S/.//g:U} USES= gmake perl5 -USE_CSTD= gnu89 GNU_CONFIGURE= yes NO_STAGE= yes |