pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/game-music-emu



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Mar 27 07:53:59 UTC 2020

Modified Files:
        pkgsrc/audio/game-music-emu: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/game-music-emu/Makefile

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

Modified files:

Index: pkgsrc/audio/game-music-emu/Makefile
diff -u pkgsrc/audio/game-music-emu/Makefile:1.3 pkgsrc/audio/game-music-emu/Makefile:1.4
--- pkgsrc/audio/game-music-emu/Makefile:1.3    Thu Mar 26 12:27:58 2020
+++ pkgsrc/audio/game-music-emu/Makefile        Fri Mar 27 07:53:59 2020
@@ -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"



Home | Main Index | Thread Index | Old Index