summaryrefslogtreecommitdiff
path: root/emulators/suse100_freetype2
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 /emulators/suse100_freetype2
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 'emulators/suse100_freetype2')
-rw-r--r--emulators/suse100_freetype2/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/suse100_freetype2/Makefile b/emulators/suse100_freetype2/Makefile
index 79cdc229e04..0124e4f4ca8 100644
--- a/emulators/suse100_freetype2/Makefile
+++ b/emulators/suse100_freetype2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/08/02 14:26:13 salo Exp $
+# $NetBSD: Makefile,v 1.6 2007/04/19 15:30:20 xtraeme Exp $
DISTNAME= suse_freetype2-${SUSE_VERSION}
PKGREVISION= 3
@@ -16,9 +16,7 @@ EXTRACT_ONLY= # empty
NO_BUILD= YES
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
-.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"