pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/suse_linux It's actually powerpc which is mi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b6ce7bdf125
branches:  trunk
changeset: 515177:7b6ce7bdf125
user:      salo <salo%pkgsrc.org@localhost>
date:      Mon Jun 26 19:24:05 2006 +0000

description:
It's actually powerpc which is missing in SuSE 9.1 packages, not x86_64.

diffstat:

 emulators/suse_linux/Makefile.application |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6d07066957ab -r 7b6ce7bdf125 emulators/suse_linux/Makefile.application
--- a/emulators/suse_linux/Makefile.application Mon Jun 26 18:16:31 2006 +0000
+++ b/emulators/suse_linux/Makefile.application Mon Jun 26 19:24:05 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.application,v 1.22 2006/06/26 17:53:04 salo Exp $
+# $NetBSD: Makefile.application,v 1.23 2006/06/26 19:24:05 salo Exp $
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -11,7 +11,7 @@
 
 .  if !empty(SUSE_PREFER:M10.0)
 .    include "../../emulators/suse100_linux/vars.mk"
-.  elif !empty(SUSE_PREFER:M9.1) && (${MACHINE_ARCH} != "x86_64")
+.  elif !empty(SUSE_PREFER:M9.1) && (${MACHINE_ARCH} != "powerpc")
 .    include "../../emulators/suse91_linux/vars.mk"
 .  else
 .    include "../../emulators/suse_linux/unavailable.mk"



Home | Main Index | Thread Index | Old Index