From 78d4bc67e9c4dfb991c13d4a63fb27aac9be67cd Mon Sep 17 00:00:00 2001 From: xtraeme Date: Thu, 19 Apr 2007 15:30:20 +0000 Subject: Add support for using suse100 with NetBSD/amd64 and COMPAT_LINUX32. Support is added via the options framework, to use 32-bit packages must be used "PKG_OPTIONS.suse=compat32", otherwise it will use the 64-bit packages by default. Known packages working are opera (does not require any change in Makefile) and rar-bin. Tested by some, closes PR pkg/35477 by Michai Chelaru (which provided a patch more or less than this one). --- meta-pkgs/suse100/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-pkgs/suse100') diff --git a/meta-pkgs/suse100/Makefile b/meta-pkgs/suse100/Makefile index 68d3d1a2680..ad28fe76fd8 100644 --- a/meta-pkgs/suse100/Makefile +++ b/meta-pkgs/suse100/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/03/21 16:23:44 tron Exp $ +# $NetBSD: Makefile,v 1.7 2007/04/19 15:30:22 xtraeme Exp $ # DISTNAME= suse-10.0 @@ -42,4 +42,5 @@ NO_MTREE= yes do-install: # empty +.include "../../emulators/suse100_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3