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: rm:-fsanitize=und...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00f0a02bab6c
branches:  trunk
changeset: 414371:00f0a02bab6c
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Mar 26 12:27:58 2020 +0000

description:
game-music-emu: rm:-fsanitize=undefined, incompatible with older toolchains

Clean up path to .pc file

diffstat:

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

diffs (19 lines):

diff -r 61140670301e -r 00f0a02bab6c audio/game-music-emu/Makefile
--- a/audio/game-music-emu/Makefile     Thu Mar 26 12:26:02 2020 +0000
+++ b/audio/game-music-emu/Makefile     Thu Mar 26 12:27:58 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/03/22 08:44:19 nia Exp $
+# $NetBSD: Makefile,v 1.3 2020/03/26 12:27:58 nia Exp $
 
 DISTNAME=      game-music-emu-0.6.3
 CATEGORIES=    audio
@@ -13,6 +13,8 @@
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
-PKGCONFIG_OVERRIDE=    gme//libgme.pc.in
+PKGCONFIG_OVERRIDE+=   gme/libgme.pc.in
+
+BUILDLINK_TRANSFORM+=  rm:-fsanitize=undefined
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index