summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-27 07:53:59 +0000
committernia <nia@pkgsrc.org>2020-03-27 07:53:59 +0000
commit07240502239cf011a472c7206242ef73d5fb5af8 (patch)
tree22938a46f83aa95aef767fe0894cc2cb2d116924
parent5c6aae86c4cdf527c82d57372c1589cb699c25e6 (diff)
downloadpkgsrc-07240502239cf011a472c7206242ef73d5fb5af8.tar.gz
game-music-emu: Disable ubsan using the built-in mechanism
-rw-r--r--audio/game-music-emu/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/game-music-emu/Makefile b/audio/game-music-emu/Makefile
index d800cf5efa5..6b2e9e24b70 100644
--- a/audio/game-music-emu/Makefile
+++ b/audio/game-music-emu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/03/26 12:27:58 nia Exp $
+# $NetBSD: Makefile,v 1.4 2020/03/27 07:53:59 nia Exp $
DISTNAME= game-music-emu-0.6.3
CATEGORIES= audio
@@ -13,8 +13,8 @@ LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2
USE_CMAKE= yes
USE_LANGUAGES= c c++
-PKGCONFIG_OVERRIDE+= gme/libgme.pc.in
+CMAKE_ARGS+= -DENABLE_UBSAN=OFF
-BUILDLINK_TRANSFORM+= rm:-fsanitize=undefined
+PKGCONFIG_OVERRIDE+= gme/libgme.pc.in
.include "../../mk/bsd.pkg.mk"