summaryrefslogtreecommitdiff
path: root/meta-pkgs/suse100
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2007-04-19 15:30:20 +0000
committerxtraeme <xtraeme>2007-04-19 15:30:20 +0000
commitc2ee9c7b8db4c28df092fc310cf7d7565941a754 (patch)
tree91c2dddb61f0b38dbe354ba6e13406da871e7041 /meta-pkgs/suse100
parent40f1cabe8cf96cf0873d4ba68695e90f9d1cb06b (diff)
downloadpkgsrc-c2ee9c7b8db4c28df092fc310cf7d7565941a754.tar.gz
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).
Diffstat (limited to 'meta-pkgs/suse100')
-rw-r--r--meta-pkgs/suse100/Makefile3
1 files changed, 2 insertions, 1 deletions
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"