diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-06-23 10:43:49 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-06-23 10:45:01 +0000 |
| commit | a0162f144d89242243411896ecb918436c0be90e (patch) | |
| tree | 676263f6ef332016157d8186e39e225f3bda377e /math/libpoly | |
| parent | 8a9d3b1026e4298817c20f98375f8d384355b9fb (diff) | |
Diffstat (limited to 'math/libpoly')
| -rw-r--r-- | math/libpoly/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/libpoly/Makefile b/math/libpoly/Makefile index 6a254cb70cc9..0e85bafaadcb 100644 --- a/math/libpoly/Makefile +++ b/math/libpoly/Makefile @@ -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 |
