pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/libfixmath



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Mar  5 16:08:27 UTC 2023

Modified Files:
        pkgsrc/math/libfixmath: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/libfixmath/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/libfixmath/Makefile
diff -u pkgsrc/math/libfixmath/Makefile:1.2 pkgsrc/math/libfixmath/Makefile:1.3
--- pkgsrc/math/libfixmath/Makefile:1.2 Tue Jan 24 18:36:30 2023
+++ pkgsrc/math/libfixmath/Makefile     Sun Mar  5 16:08:27 2023
@@ -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"



Home | Main Index | Thread Index | Old Index