summaryrefslogtreecommitdiff
path: root/audio/game-music-emu
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-26 12:27:58 +0000
committernia <nia@pkgsrc.org>2020-03-26 12:27:58 +0000
commita0c9c42d82d72d1740c0af3e8a5cefc8cfd1716c (patch)
treef3e12781cba52b783a4c12fb34263fccd6b4c27b /audio/game-music-emu
parent13b3ac075aa602a523ba7cd4528254991b85805d (diff)
downloadpkgsrc-a0c9c42d82d72d1740c0af3e8a5cefc8cfd1716c.tar.gz
game-music-emu: rm:-fsanitize=undefined, incompatible with older toolchains
Clean up path to .pc file
Diffstat (limited to 'audio/game-music-emu')
-rw-r--r--audio/game-music-emu/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/game-music-emu/Makefile b/audio/game-music-emu/Makefile
index 6cc36623bdc..d800cf5efa5 100644
--- a/audio/game-music-emu/Makefile
+++ b/audio/game-music-emu/Makefile
@@ -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 @@ LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2
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"