pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/iortcw



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Nov 13 16:17:06 UTC 2020

Modified Files:
        pkgsrc/games/iortcw: Makefile

Log Message:
iortcw: Fix powerpc executable suffix


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/games/iortcw/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/iortcw/Makefile
diff -u pkgsrc/games/iortcw/Makefile:1.9 pkgsrc/games/iortcw/Makefile:1.10
--- pkgsrc/games/iortcw/Makefile:1.9    Wed Sep  9 11:22:27 2020
+++ pkgsrc/games/iortcw/Makefile        Fri Nov 13 16:17:06 2020
@@ -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 @@ MAKE_FLAGS+=  COMPILE_ARCH=${MACHINE_ARCH
 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