diff options
author | xtraeme <xtraeme> | 2007-04-19 15:30:20 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2007-04-19 15:30:20 +0000 |
commit | cb28d2b364ed108c1e42908b9ed96b5768ed51d6 (patch) | |
tree | 91c2dddb61f0b38dbe354ba6e13406da871e7041 /emulators/suse100_libjpeg | |
parent | b9240b7da27f7190a3fdf5a773314802d8bc0e12 (diff) | |
download | pkgsrc-cb28d2b364ed108c1e42908b9ed96b5768ed51d6.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_libjpeg')
-rw-r--r-- | emulators/suse100_libjpeg/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/suse100_libjpeg/Makefile b/emulators/suse100_libjpeg/Makefile index 4c4d8a51146..4e0a265d59f 100644 --- a/emulators/suse100_libjpeg/Makefile +++ b/emulators/suse100_libjpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/06/30 16:20:23 salo Exp $ +# $NetBSD: Makefile,v 1.4 2007/04/19 15:30:21 xtraeme Exp $ DISTNAME= suse_libjpeg-${SUSE_VERSION} PKGREVISION= 1 @@ -17,9 +17,7 @@ NO_BUILD= YES LIBTOOLIZE_PLIST= NO 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" |