aboutsummaryrefslogtreecommitdiff
path: root/devel/clanlib1
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-10-28 10:28:46 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-10-28 10:28:46 +0000
commit19ccad51a5f059376ce9c0ea01b2f3f4d6b886e4 (patch)
tree679153632a5284146effa309963565099f12df04 /devel/clanlib1
parentaefe824439f316c01ee33fd786870559c5a91abc (diff)
downloadports-19ccad51a5f059376ce9c0ea01b2f3f4d6b886e4.tar.gz
ports-19ccad51a5f059376ce9c0ea01b2f3f4d6b886e4.zip
Fix build on GCC-based architectures.
PR: 232454 Submitted by: Piotr Kubaj
Notes
Notes: svn path=/head/; revision=483262
Diffstat (limited to 'devel/clanlib1')
-rw-r--r--devel/clanlib1/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/clanlib1/Makefile b/devel/clanlib1/Makefile
index e984e612ff59..7b5d94daaa7d 100644
--- a/devel/clanlib1/Makefile
+++ b/devel/clanlib1/Makefile
@@ -20,15 +20,14 @@ 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 \
--enable-clanDisplay \