pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/SDL2
Module Name: pkgsrc
Committed By: nia
Date: Sun Mar 15 21:09:47 UTC 2020
Modified Files:
pkgsrc/devel/SDL2: Makefile
Log Message:
SDL2: Disable OSS audio on NetBSD
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/SDL2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/SDL2/Makefile
diff -u pkgsrc/devel/SDL2/Makefile:1.45 pkgsrc/devel/SDL2/Makefile:1.46
--- pkgsrc/devel/SDL2/Makefile:1.45 Sun Mar 8 16:47:30 2020
+++ pkgsrc/devel/SDL2/Makefile Sun Mar 15 21:09:47 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2020/03/08 16:47:30 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2020/03/15 21:09:47 nia Exp $
DISTNAME= SDL2-2.0.10
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= devel
MASTER_SITES= http://www.libsdl.org/release/
@@ -22,6 +22,9 @@ CONFIGURE_ENV+= SDL_RLD_FLAGS="${COMPILE
CONFIGURE_ARGS+= --disable-esd
CONFIGURE_ARGS+= --disable-x11-shared
+# Use audio(4) over ossaudio(4) on NetBSD.
+CONFIGURE_ARGS.NetBSD+= --disable-oss
+
CHECK_PORTABILITY_SKIP+= build-scripts/androidbuildlibs.sh
CHECK_PORTABILITY_SKIP+= build-scripts/iosbuild.sh
Home |
Main Index |
Thread Index |
Old Index