Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 07:08:23 +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: r497662 - head/games/vamos
Message-ID:  <201904030708.x3378NH3038846@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Apr  3 07:08:23 2019
New Revision: 497662
URL: https://svnweb.freebsd.org/changeset/ports/497662

Log:
  Add compiler:c++11-lang to USES to fix the following on GCC-based
  architectures:
  
    /usr/local/lib/libboost_filesystem.so: undefined reference to 'std::runtime_error::runtime_error(char const*)@GLIBCXX_3.4.21'
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/vamos/Makefile

Modified: head/games/vamos/Makefile
==============================================================================
--- head/games/vamos/Makefile	Wed Apr  3 07:05:48 2019	(r497661)
+++ head/games/vamos/Makefile	Wed Apr  3 07:08:23 2019	(r497662)
@@ -18,8 +18,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs \
 		libpng.so:graphics/png
+
+USES=		compiler:c++11-lang libtool openal:al,alut pkgconfig
 USE_CXXSTD=	c++98
-USES=		libtool openal:al,alut pkgconfig
 USE_XORG=	sm ice x11 xi xext xmu
 USE_GL=		glut
 USE_SDL=	sdl



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