libfixmath: don't try to link with ubsan by default. Bump.

Not all platforms have a compiler that ships with ubsan, and even then
it's not something the package should decide to enable on it's own.
This commit is contained in:
tnn 2023-03-05 16:08:27 +00:00
parent 75102d2657
commit 3a4cd64ab1

View file

@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.2 2023/01/24 18:36:30 wiz Exp $
# $NetBSD: Makefile,v 1.3 2023/03/05 16:08:27 tnn Exp $
DISTNAME= libfixmath-0.0.0pre20220623
PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=PetteriAimonen/}
GITHUB_PROJECT= libfixmath
@ -16,5 +17,7 @@ USE_LANGUAGES= c c++11
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON
INSTALL_TARGET= install
BUILDLINK_TRANSFORM+= rm:-fsanitize=undefined
.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"