svn commit: r515690 - head/misc/gpsim

Tobias Kortkamp tobik at FreeBSD.org
Sat Oct 26 14:28:42 UTC 2019


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


More information about the svn-ports-head mailing list