Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2013 07:55:09 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331232 - head/lang/erlang-runtime16
Message-ID:  <201310220755.r9M7t9ZW015992@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Oct 22 07:55:09 2013
New Revision: 331232
URL: http://svnweb.freebsd.org/changeset/ports/331232

Log:
  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>

Modified:
  head/lang/erlang-runtime16/Makefile

Modified: head/lang/erlang-runtime16/Makefile
==============================================================================
--- head/lang/erlang-runtime16/Makefile	Tue Oct 22 07:53:02 2013	(r331231)
+++ head/lang/erlang-runtime16/Makefile	Tue Oct 22 07:55:09 2013	(r331232)
@@ -53,7 +53,6 @@ OPTIONS_DEFAULT=SMP OPENSSL THREADS SCTP
 ERL_RELEASE=	R${PORTVERSION:S/.//g:U}
 
 USES=		gmake perl5
-USE_CSTD=	gnu89
 GNU_CONFIGURE=	yes
 
 NO_STAGE=	yes



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