diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-04-19 15:30:20 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-04-19 15:30:20 +0000 |
commit | 78d4bc67e9c4dfb991c13d4a63fb27aac9be67cd (patch) | |
tree | 91c2dddb61f0b38dbe354ba6e13406da871e7041 /emulators/suse100_gtk2 | |
parent | f6f40077c068b65b0cdc693721393b33e1926725 (diff) | |
download | pkgsrc-78d4bc67e9c4dfb991c13d4a63fb27aac9be67cd.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 'emulators/suse100_gtk2')
-rw-r--r-- | emulators/suse100_gtk2/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/suse100_gtk2/Makefile b/emulators/suse100_gtk2/Makefile index d075fe2fa13..4406d208e1c 100644 --- a/emulators/suse100_gtk2/Makefile +++ b/emulators/suse100_gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/03/24 21:52:51 salo Exp $ +# $NetBSD: Makefile,v 1.8 2007/04/19 15:30:21 xtraeme Exp $ DISTNAME= suse_gtk2-${SUSE_VERSION} PKGREVISION= 3 @@ -26,11 +26,7 @@ FILES_SUBST+= EMULDIR=${EMULDIR:Q} FILES_SUBST+= BINSUFFIX=${BINSUFFIX:Q} PLIST_SUBST+= EMULSUBDIR=${EMULSUBDIR:Q} -.include "../../mk/bsd.prefs.mk" - -.if exists(Makefile.${MACHINE_ARCH}) -.include "Makefile.${MACHINE_ARCH}" -.endif +SUSE_INCLUDE_MAKEFILE_ARCH= yes .include "../../emulators/suse100_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" |