pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/xonotic xonotic: apparently needs alsa on linux



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29a308b73c35
branches:  trunk
changeset: 342487:29a308b73c35
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Oct 19 20:32:40 2019 +0000

description:
xonotic: apparently needs alsa on linux

diffstat:

 games/xonotic/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 8fdca8032579 -r 29a308b73c35 games/xonotic/Makefile
--- a/games/xonotic/Makefile    Sat Oct 19 20:23:42 2019 +0000
+++ b/games/xonotic/Makefile    Sat Oct 19 20:32:40 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/10/06 12:43:53 nia Exp $
+# $NetBSD: Makefile,v 1.4 2019/10/19 20:32:40 nia Exp $
 
 DISTNAME=      xonotic-0.8.2
 CATEGORIES=    games
@@ -36,6 +36,10 @@
            ${DESTDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps/xonotic.png
 .endfor
 
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "Linux"
+.  include "../../audio/alsa-lib/buildlink3.mk"
+.endif
 .include "../../devel/SDL2/buildlink3.mk"
 .include "../../devel/gmp/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index