pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/suse100_linux SUSE_MAKEFILE_INCLUDE_ARCH is ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38c34eefe2a5
branches:  trunk
changeset: 528052:38c34eefe2a5
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Apr 19 21:25:28 2007 +0000

description:
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:

 emulators/suse100_linux/compat32.mk |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (30 lines):

diff -r a6e55d63015d -r 38c34eefe2a5 emulators/suse100_linux/compat32.mk
--- a/emulators/suse100_linux/compat32.mk       Thu Apr 19 20:57:18 2007 +0000
+++ b/emulators/suse100_linux/compat32.mk       Thu Apr 19 21:25:28 2007 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index