svn commit: r483262 - head/devel/clanlib1

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 10:28:47 UTC 2018


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 \


More information about the svn-ports-all mailing list