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:           Thu Mar 26 12:27:58 UTC 2020

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

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

Clean up path to .pc file


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/audio/game-music-emu/Makefile:1.3
--- pkgsrc/audio/game-music-emu/Makefile:1.2    Sun Mar 22 08:44:19 2020
+++ pkgsrc/audio/game-music-emu/Makefile        Thu Mar 26 12:27:58 2020
@@ -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"



Home | Main Index | Thread Index | Old Index