diff options
author | tijl <tijl@FreeBSD.org> | 2013-10-22 15:55:09 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2013-10-22 15:55:09 +0800 |
commit | 8018ef578cf196f4c39abe95d1a213ebfdb1f27c (patch) | |
tree | ce291cd0982ecc336fcae179c014cdb1df06df11 /lang | |
parent | 3dfd57f9561d0be21aefbe5d2b497ee1f114d522 (diff) | |
download | freebsd-ports-gnome-8018ef578cf196f4c39abe95d1a213ebfdb1f27c.tar.gz freebsd-ports-gnome-8018ef578cf196f4c39abe95d1a213ebfdb1f27c.tar.zst freebsd-ports-gnome-8018ef578cf196f4c39abe95d1a213ebfdb1f27c.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 |