Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2019 14:28:42 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515690 - head/misc/gpsim
Message-ID:  <201910261428.x9QESgCf042573@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Oct 26 14:28:41 2019
New Revision: 515690
URL: https://svnweb.freebsd.org/changeset/ports/515690

Log:
  misc/gpsim: do not set USE_CXXSTD twice

Modified:
  head/misc/gpsim/Makefile

Modified: head/misc/gpsim/Makefile
==============================================================================
--- head/misc/gpsim/Makefile	Sat Oct 26 14:20:20 2019	(r515689)
+++ head/misc/gpsim/Makefile	Sat Oct 26 14:28:41 2019	(r515690)
@@ -19,11 +19,10 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 RUN_DEPENDS=	gpasm:devel/gputils
 
 USES=		compiler:c++11-lang gmake gnome libtool localbase:ldflags pathfix pkgconfig readline
-USE_CXXSTD=	gnu++98
+USE_CXXSTD=	c++11
 USE_GNOME=	cairo gdkpixbuf2 glib20 gtk20 pango
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USE_CXXSTD=	c++11
 USE_LDCONFIG=	yes
 
 CONFLICTS_BUILD=	ga



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