pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/xonotic



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Oct 19 20:32:40 UTC 2019

Modified Files:
        pkgsrc/games/xonotic: Makefile

Log Message:
xonotic: apparently needs alsa on linux


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/xonotic/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/xonotic/Makefile
diff -u pkgsrc/games/xonotic/Makefile:1.3 pkgsrc/games/xonotic/Makefile:1.4
--- pkgsrc/games/xonotic/Makefile:1.3   Sun Oct  6 12:43:53 2019
+++ pkgsrc/games/xonotic/Makefile       Sat Oct 19 20:32:40 2019
@@ -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 @@ post-install:
            ${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