diff options
author | salo <salo@pkgsrc.org> | 2006-01-08 16:53:21 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-01-08 16:53:21 +0000 |
commit | 8ac66da67c23278a3b68bc2007779fb22e4d1237 (patch) | |
tree | 89868d777f1c25e127247dd0e9513743d9c67be3 /emulators/suse91_x11 | |
parent | 2779104892e23843142fe22ba61be35661459ab3 (diff) | |
download | pkgsrc-8ac66da67c23278a3b68bc2007779fb22e4d1237.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_x11')
-rw-r--r-- | emulators/suse91_x11/Makefile | 6 | ||||
-rw-r--r-- | emulators/suse91_x11/Makefile.i386 | 3 | ||||
-rw-r--r-- | emulators/suse91_x11/Makefile.x86_64 | 3 |
3 files changed, 10 insertions, 2 deletions
diff --git a/emulators/suse91_x11/Makefile b/emulators/suse91_x11/Makefile index f0ae3ebad7c..3b44fd0859b 100644 --- a/emulators/suse91_x11/Makefile +++ b/emulators/suse91_x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/12/12 14:43:24 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2006/01/08 16:53:22 salo Exp $ DISTNAME= suse_x11-${SUSE_VERSION} PKGREVISION= 3 @@ -16,7 +16,9 @@ EXTRACT_ONLY= # empty NO_BUILD= YES PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC -RPMFILES= XFree86-libs-4.3.99.902-43.42.5.${SUSE_ARCH}.rpm +.if exists(Makefile.${MACHINE_ARCH}) +.include "Makefile.${MACHINE_ARCH}" +.endif .include "../../mk/bsd.prefs.mk" diff --git a/emulators/suse91_x11/Makefile.i386 b/emulators/suse91_x11/Makefile.i386 new file mode 100644 index 00000000000..f9176057571 --- /dev/null +++ b/emulators/suse91_x11/Makefile.i386 @@ -0,0 +1,3 @@ +# $NetBSD: Makefile.i386,v 1.1 2006/01/08 16:53:22 salo Exp $ + +RPMFILES= XFree86-libs-4.3.99.902-43.42.5.${SUSE_ARCH}.rpm diff --git a/emulators/suse91_x11/Makefile.x86_64 b/emulators/suse91_x11/Makefile.x86_64 new file mode 100644 index 00000000000..ec0ecd79c36 --- /dev/null +++ b/emulators/suse91_x11/Makefile.x86_64 @@ -0,0 +1,3 @@ +# $NetBSD: Makefile.x86_64,v 1.1 2006/01/08 16:53:22 salo Exp $ + +RPMFILES= XFree86-libs-4.3.99.902-43.42.5.${SUSE_ARCH}.rpm |