diff options
author | salo <salo> | 2006-01-08 16:53:21 +0000 |
---|---|---|
committer | salo <salo> | 2006-01-08 16:53:21 +0000 |
commit | 4a5c9fc438ed844c88b059ef67ed3f307e098f49 (patch) | |
tree | 89868d777f1c25e127247dd0e9513743d9c67be3 /emulators/suse91_libjpeg/Makefile | |
parent | 5e1596010de214a89f5f017a973ddc63a038da14 (diff) | |
download | pkgsrc-4a5c9fc438ed844c88b059ef67ed3f307e098f49.tar.gz |
Add x86_64 files to SUSE emulation packages to make it easier
for COMPAT_LINUX testers to play with. Untested in run-time.
Diffstat (limited to 'emulators/suse91_libjpeg/Makefile')
-rw-r--r-- | emulators/suse91_libjpeg/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/suse91_libjpeg/Makefile b/emulators/suse91_libjpeg/Makefile index f6c7d038346..9f90e1636e8 100644 --- a/emulators/suse91_libjpeg/Makefile +++ b/emulators/suse91_libjpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/12/12 14:43:24 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2006/01/08 16:53:21 salo Exp $ DISTNAME= suse_libjpeg-${SUSE_VERSION} PKGREVISION= 1 @@ -17,7 +17,9 @@ NO_BUILD= YES LIBTOOLIZE_PLIST= NO PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC -RPMFILES= libjpeg-6.2.0-731.${SUSE_ARCH}.rpm +.if exists(Makefile.${MACHINE_ARCH}) +.include "Makefile.${MACHINE_ARCH}" +.endif .include "../../emulators/suse91_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" |