pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/orbital_eunuchs_sniper



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Sep 20 06:58:00 UTC 2022

Modified Files:
        pkgsrc/games/orbital_eunuchs_sniper: Makefile

Log Message:
orbital_eunuchs_sniper: Correct CPU name for SunOS on 64-bit x86


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/games/orbital_eunuchs_sniper/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/orbital_eunuchs_sniper/Makefile
diff -u pkgsrc/games/orbital_eunuchs_sniper/Makefile:1.25 pkgsrc/games/orbital_eunuchs_sniper/Makefile:1.26
--- pkgsrc/games/orbital_eunuchs_sniper/Makefile:1.25   Sun Jan 26 17:31:17 2020
+++ pkgsrc/games/orbital_eunuchs_sniper/Makefile        Tue Sep 20 06:58:00 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2020/01/26 17:31:17 rillig Exp $
+# $NetBSD: Makefile,v 1.26 2022/09/20 06:58:00 nia Exp $
 #
 
 DISTNAME=              orbital_eunuchs_sniper-1.30
@@ -25,6 +25,8 @@ REPLACE_FILES.bash=   src/snipe2d.in
 
 .if ${MACHINE_ARCH} == "x86_64" && ${OPSYS} != "DragonFly"
 CPU=                   amd64
+.elif ${MACHINE_ARCH} == "x86_64" && ${OPSYS} == "SunOS"
+CPU=                   i86pc
 .elif ${OPSYS} == "NetBSD" && ${MACHINE_CPU:U} == "arm"
 CPU!=                  uname -m
 .else



Home | Main Index | Thread Index | Old Index