diff options
author | wiz <wiz@pkgsrc.org> | 2009-10-11 09:21:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-10-11 09:21:23 +0000 |
commit | 86896a19013803591da58c7184ce0213ceaa61e6 (patch) | |
tree | 8ac4256a01bcc51fed75409980bddf9ec50ee8e9 /emulators | |
parent | 0cbe3a51f3e62e2c014bc2d6b65c604e3d1e5649 (diff) | |
download | pkgsrc-86896a19013803591da58c7184ce0213ceaa61e6.tar.gz |
Comment out non-existing master sites.
Fix fetch stage on x86_64.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/darwin_lib/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/darwin_lib/Makefile b/emulators/darwin_lib/Makefile index 05bbe7c4c9a..3e3ef6fe810 100644 --- a/emulators/darwin_lib/Makefile +++ b/emulators/darwin_lib/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2007/08/01 16:28:08 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2009/10/11 09:21:23 wiz Exp $ DISTNAME= darwin_lib-6.6.2 PKGREVISION= 2 CATEGORIES= emulators -MASTER_SITES= http://www.opendarwin.org/downloads/6.6.2/RPMS/ \ - http://www.opendarwin.org/downloads/6.6.2/RPMS/${DARWIN_ARCH}/ +MASTER_SITES= # http://www.opendarwin.org/downloads/6.6.2/RPMS/ \ +# http://www.opendarwin.org/downloads/6.6.2/RPMS/${DARWIN_ARCH}/ DISTFILES= org.opendarwin.Libsystem-6.6.2-4.fat.rpm \ org.opendarwin.Libm-6.6.2-4.fat.rpm \ org.opendarwin.cctools-6.6.2-4.fat.rpm \ @@ -26,7 +26,7 @@ ONLY_FOR_PLATFORM= NetBSD-1.6Z*-powerpc NetBSD-1.6Z*-i386 \ NetBSD-[2-9]*-powerpc NetBSD-[2-9]*-i386 DARWIN_PKG= yes -DARWIN_ARCH= ${MACHINE_ARCH:C/powerpc/ppc/} +DARWIN_ARCH= ${MACHINE_ARCH:C/powerpc/ppc/:C/x86_64/i386/} WRKSRC= ${WRKDIR} BUILD_DIRS= # empty |