summaryrefslogtreecommitdiff
path: root/emulators/suse100_linux
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2007-04-19 21:25:28 +0000
committerxtraeme <xtraeme@pkgsrc.org>2007-04-19 21:25:28 +0000
commita035ff0fed88f49de71723d7856a767b89dd6d7e (patch)
treeb94c8b08cebf6a231e6f046bbbb895a91cb06084 /emulators/suse100_linux
parent0504bc85793967669b00a6a5c7f9b14e0b534ba0 (diff)
downloadpkgsrc-a035ff0fed88f49de71723d7856a767b89dd6d7e.tar.gz
SUSE_MAKEFILE_INCLUDE_ARCH is common by all archs, do not use it
only in NetBSD-*-x86_64. Error reported by tnn@ on i386.
Diffstat (limited to 'emulators/suse100_linux')
-rw-r--r--emulators/suse100_linux/compat32.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/emulators/suse100_linux/compat32.mk b/emulators/suse100_linux/compat32.mk
index 192b6acdd18..cf205cb8533 100644
--- a/emulators/suse100_linux/compat32.mk
+++ b/emulators/suse100_linux/compat32.mk
@@ -1,4 +1,4 @@
-# $NetBSD: compat32.mk,v 1.2 2007/04/19 17:26:01 xtraeme Exp $
+# $NetBSD: compat32.mk,v 1.3 2007/04/19 21:25:28 xtraeme Exp $
#
.ifndef SUSE_LINUX_COMPAT32_MK
@@ -65,15 +65,15 @@ SUSE_COMPAT32_SUFFIX= # empty
PKG_FAIL_REASON+= ${MYSTRING}
. endif
. endif # end of PKG_OPTIONS.suse=compat32
+. endif # end of NetBSD && x86_64
#
# This is to avoid to use the same code on every package
# many times.
#
-. ifdef SUSE_INCLUDE_MAKEFILE_ARCH
-. if exists(Makefile.${MACHINE_ARCH})
-. include "Makefile.${MACHINE_ARCH}"
-. endif
+. ifdef SUSE_INCLUDE_MAKEFILE_ARCH
+. if exists(Makefile.${MACHINE_ARCH})
+. include "Makefile.${MACHINE_ARCH}"
. endif
-. endif # end of NetBSD && x86_64
+. endif
.endif # end of SUSE_LINUX_COMPAT32_MK