svn commit: r488562 - branches/2018Q4/games/aquaria

Jan Beich jbeich at FreeBSD.org
Thu Dec 27 19:46:51 UTC 2018


Author: jbeich
Date: Thu Dec 27 19:46:49 2018
New Revision: 488562
URL: https://svnweb.freebsd.org/changeset/ports/488562

Log:
  MFH: r488561
  
  games/aquaria: unbreak on GCC architectures after r455508
  
  In file included from /usr/local/include/glm/detail/setup.hpp:30,
                   from /usr/local/include/glm/detail/type_int.hpp:6,
                   from /usr/local/include/glm/fwd.hpp:6,
                   from /usr/local/include/glm/glm.hpp:61,
                   from BBGE/RenderObject.cpp:29:
  /usr/local/include/glm/detail/../simd/platform.h:206:4: error: #error "GLM requires GCC 4.7 or higher"
  /usr/local/include/glm/detail/../simd/platform.h:230:3: error: #error "GLM_COMPILER undefined, your compiler may not be supported by GLM. Add #define GLM_COMPILER 0 to ignore this message."
  
  https://github.com/g-truc/glm/commit/dd48b56e44d6
  
  PR:		234348
  Submitted by:	Piotr Kubaj
  Approved by:	ports-secteam blanket

Modified:
  branches/2018Q4/games/aquaria/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/games/aquaria/Makefile
==============================================================================
--- branches/2018Q4/games/aquaria/Makefile	Thu Dec 27 19:45:18 2018	(r488561)
+++ branches/2018Q4/games/aquaria/Makefile	Thu Dec 27 19:46:49 2018	(r488562)
@@ -22,7 +22,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	AquariaOSE
 GH_PROJECT=	Aquaria
 
-USES=		cmake lua:51 openal pkgconfig
+USES=		cmake compiler:c++11-lang lua:51 openal pkgconfig
 EXCLUDE=	AL FTGL GL SDL* freetype2 glm glpng/png glpng/zlib \
 		libogg-* libvorbis-* lua-* tinyxml2*
 EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ExternalLibs/,}


More information about the svn-ports-branches mailing list