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:           Fri Sep 10 11:30:05 UTC 2021

Modified Files:
        pkgsrc/games/xonotic: Makefile

Log Message:
xonotic: Fix building on i386


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/games/xonotic/Makefile:1.10
--- pkgsrc/games/xonotic/Makefile:1.9   Wed Sep  8 21:05:10 2021
+++ pkgsrc/games/xonotic/Makefile       Fri Sep 10 11:30:05 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2021/09/08 21:05:10 nia Exp $
+# $NetBSD: Makefile,v 1.10 2021/09/10 11:30:05 nia Exp $
 
 DISTNAME=      xonotic-0.8.2
 PKGREVISION=   4
@@ -32,6 +32,10 @@ PLIST_SUBST+=        FAKE_PLATFORM="linux64"
 PLIST_SUBST+=  FAKE_PLATFORM="linux32"
 .endif
 
+.if ${MACHINE_ARCH} == "i386"
+CFLAGS+=       -msse
+.endif
+
 INSTALLATION_DIRS+=    share/applications
 .for s in ${ICON_SIZES}
 INSTALLATION_DIRS+=    share/icons/hicolor/${s}x${s}/apps



Home | Main Index | Thread Index | Old Index