pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/iortcw iortcw: Fix powerpc executable suffix



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23237e7aa383
branches:  trunk
changeset: 441918:23237e7aa383
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Nov 13 16:17:06 2020 +0000

description:
iortcw: Fix powerpc executable suffix

diffstat:

 games/iortcw/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r fed4e33e9514 -r 23237e7aa383 games/iortcw/Makefile
--- a/games/iortcw/Makefile     Fri Nov 13 16:15:54 2020 +0000
+++ b/games/iortcw/Makefile     Fri Nov 13 16:17:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/09/09 11:22:27 nia Exp $
+# $NetBSD: Makefile,v 1.10 2020/11/13 16:17:06 nia Exp $
 
 DISTNAME=      iortcw-1.51c
 PKGREVISION=   8
@@ -50,8 +50,6 @@
 IORTCW_ARCH=   x86
 .elif ${MACHINE_ARCH} == "x86_64"
 IORTCW_ARCH=   x86_64
-.elif ${MACHINE_ARCH} == "powerpc"
-IORTCW_ARCH=   ppc
 .elif !empty(MACHINE_ARCH:Mpowerpc64*)
 IORTCW_ARCH=   ppc64
 .elif ${MACHINE_ARCH} == "sparc64"



Home | Main Index | Thread Index | Old Index