math/libpoly: Correct license
PR: 287742 Reported by: Daniel Larraz <daniel-larraz@uiowa.edu>
This commit is contained in:
@@ -7,7 +7,7 @@ MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= C library for manipulating polynomials
|
||||
WWW= https://github.com/SRI-CSL/libpoly
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE= LGPL3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENCE
|
||||
|
||||
LIB_DEPENDS= libgmp.so:math/gmp
|
||||
@@ -23,7 +23,7 @@ CMAKE_OFF= LIBPOLY_BUILD_PYTHON_API LIBPOLY_BUILD_STATIC LIBPOLY_BUILD_STATIC_PI
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD
|
||||
CFLAGS+= -Wno-error=unused-but-set-variable
|
||||
CFLAGS+= -Wno-error=unused-but-set-variable
|
||||
.endif
|
||||
|
||||
# tests as of 0.2.0: 100% tests passed, 0 tests failed out of 14
|
||||
|
||||
Reference in New Issue
Block a user