Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2018 10:28:46 +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: r483262 - head/devel/clanlib1
Message-ID:  <201810281028.w9SASkSe063350@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Oct 28 10:28:46 2018
New Revision: 483262
URL: https://svnweb.freebsd.org/changeset/ports/483262

Log:
  Fix build on GCC-based architectures.
  
  PR:		232454
  Submitted by:	Piotr Kubaj

Modified:
  head/devel/clanlib1/Makefile

Modified: head/devel/clanlib1/Makefile
==============================================================================
--- head/devel/clanlib1/Makefile	Sun Oct 28 10:09:00 2018	(r483261)
+++ head/devel/clanlib1/Makefile	Sun Oct 28 10:28:46 2018	(r483262)
@@ -20,14 +20,13 @@ LIB_DEPENDS=	libpng.so:graphics/png \
 		libvorbis.so:audio/libvorbis \
 		libogg.so:audio/libogg
 
-USES=		alias gmake jpeg libtool localbase:ldflags pathfix \
+USES=		alias gmake gl jpeg libtool localbase:ldflags pathfix \
 		pkgconfig tar:tgz
+USE_CXXSTD=	c++98
 USE_XORG=	x11 xi xxf86vm
 USE_LDCONFIG=	yes
 USE_SDL=	gfx
 USE_GL=		gl glu
-
-CXXFLAGS+=	-Wno-c++11-narrowing
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-docs \



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