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:   wiz
Date:           Mon Aug 11 08:43:01 UTC 2025

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

Log Message:
game-music-emu: fix build with cmake 4

switch to cmake/build.mk while here


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/audio/game-music-emu/Makefile:1.7
--- pkgsrc/audio/game-music-emu/Makefile:1.6    Sun Aug 25 06:18:23 2024
+++ pkgsrc/audio/game-music-emu/Makefile        Mon Aug 11 08:43:01 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/08/25 06:18:23 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/08/11 08:43:01 wiz Exp $
 
 DISTNAME=      game-music-emu-0.6.3
 CATEGORIES=    audio
@@ -10,12 +10,13 @@ HOMEPAGE=   https://bitbucket.org/mpyne/ga
 COMMENT=       Video game music file emulation/playback library
 LICENSE=       gnu-lgpl-v2.1 AND gnu-gpl-v2
 
-USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
 CMAKE_CONFIGURE_ARGS+= -DENABLE_UBSAN=OFF
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 PKGCONFIG_OVERRIDE+=   gme/libgme.pc.in
 
+.include "../../devel/cmake/build.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index