pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/game-music-emu game-music-emu: Disable ubsan usi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d280382347f2
branches:  trunk
changeset: 426171:d280382347f2
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Mar 27 07:53:59 2020 +0000

description:
game-music-emu: Disable ubsan using the built-in mechanism

diffstat:

 audio/game-music-emu/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 7826c5738947 -r d280382347f2 audio/game-music-emu/Makefile
--- a/audio/game-music-emu/Makefile     Fri Mar 27 07:45:17 2020 +0000
+++ b/audio/game-music-emu/Makefile     Fri Mar 27 07:53:59 2020 +0000
@@ -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 @@
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
+CMAKE_ARGS+=   -DENABLE_UBSAN=OFF
+
 PKGCONFIG_OVERRIDE+=   gme/libgme.pc.in
 
-BUILDLINK_TRANSFORM+=  rm:-fsanitize=undefined
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index