Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Feb 2019 21:58:41 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493816 - head/games/holotz-castle
Message-ID:  <201902242158.x1OLwfBW067889@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Feb 24 21:58:41 2019
New Revision: 493816
URL: https://svnweb.freebsd.org/changeset/ports/493816

Log:
  Add USE_CXXSTD=c++98 instead of CXXFLAGS+=-Wno-reserved-user-defined-literal
  (which is not supported by base GCC).
  
  While here, add USES=gl gnome sdl.
  
  PR:		235742
  Submitted by:	Piotr Kubaj

Modified:
  head/games/holotz-castle/Makefile

Modified: head/games/holotz-castle/Makefile
==============================================================================
--- head/games/holotz-castle/Makefile	Sun Feb 24 21:55:48 2019	(r493815)
+++ head/games/holotz-castle/Makefile	Sun Feb 24 21:58:41 2019	(r493816)
@@ -19,14 +19,13 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-src
 
-USES=		gmake desthack
+USES=		desthack gl gmake gnome sdl
+USE_CXXSTD=	c++98
 USE_GL=		gl
 USE_SDL=	image mixer sdl ttf
 MAKE_ARGS=	HC_BASE=${PREFIX}/share/${PORTNAME}/ \
 		HC_BIN_DIR=${PREFIX}/bin/
 MAKE_JOBS_UNSAFE=	yes
-
-CXXFLAGS+=	-Wno-reserved-user-defined-literal
 
 INSTALLS_ICONS=	yes
 ICON_SIZES=	32x32 48x48 64x64 72x72 96x96 128x128



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