1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/math/glm/Makefile
Fernando Apesteguía 99fa4488ff math/glm: make it compile with GCC 7
GCC 7 was set as default in r475856

math/glm doesn't recognize GCC 7.x as a valid compiler. Import changes from
dd48b56e44d699a022c69155c8672caacafd9e8a in upstream to update the list of
supported compilers.

As a side effect this makes cad/openvsp build again.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16650
2018-08-11 15:51:13 +00:00

27 lines
493 B
Makefile

# Created by: demon@FreeBSD.org
# $FreeBSD$
PORTNAME= glm
PORTVERSION= 0.9.8.5
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= math graphics
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= C++ mathematics library for software based on the OpenGL GLSL
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/copying.txt
USES= cmake:outsource compiler:c++11-lang pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= g-truc
NO_ARCH= yes
OPTIONS_DEFINE= TEST
TEST_CMAKE_BOOL= GLM_TEST_ENABLE
TEST_TEST_TARGET= test
.include <bsd.port.mk>