pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/SDL2_sound



Module Name:    pkgsrc
Committed By:   nros
Date:           Tue Oct 31 14:22:20 UTC 2023

Modified Files:
        pkgsrc/audio/SDL2_sound: Makefile

Log Message:
SDL2_sound: USE_CMAKE -> cmake/build.mk


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/SDL2_sound/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/SDL2_sound/Makefile
diff -u pkgsrc/audio/SDL2_sound/Makefile:1.3 pkgsrc/audio/SDL2_sound/Makefile:1.4
--- pkgsrc/audio/SDL2_sound/Makefile:1.3        Sat May  6 19:08:45 2023
+++ pkgsrc/audio/SDL2_sound/Makefile    Tue Oct 31 14:22:20 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/05/06 19:08:45 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2023/10/31 14:22:20 nros Exp $
 
 DISTNAME=      SDL_sound-2.0.1
 PKGNAME=       ${DISTNAME:S/SDL/SDL2/}
@@ -15,12 +15,13 @@ LICENSE=    zlib
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}
 
-USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
 # dont't build and install playsound
 # to not conflict with audio/SDL_sound
-CMAKE_ARGS+=   -DSDLSOUND_BUILD_TEST:BOOL=FALSE
+CMAKE_CONFIGURE_ARGS+= -DSDLSOUND_BUILD_TEST:BOOL=FALSE
+
+.include "../../devel/cmake/build.mk"
 
 .include "../../devel/SDL2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index