summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2007-02-24 03:43:49 +0000
committerdmcmahill <dmcmahill>2007-02-24 03:43:49 +0000
commitdade5433bb5aa39ea6f4c29c27bad518e0afbf62 (patch)
treed31b0827369367641c6218c3109e694c55fee264 /cad
parentf2838377da68a1cd4b6a2ce92a05f83ce458f0ea (diff)
downloadpkgsrc-dade5433bb5aa39ea6f4c29c27bad518e0afbf62.tar.gz
enable sparc64, mipsel{,64}
Diffstat (limited to 'cad')
-rw-r--r--cad/lc/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/cad/lc/Makefile b/cad/lc/Makefile
index 747c8d7a5bd..a21881a3fd9 100644
--- a/cad/lc/Makefile
+++ b/cad/lc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/02/24 03:32:07 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.9 2007/02/24 03:43:49 dmcmahill Exp $
DISTNAME= lc # Overridden below
PKGNAME= lc-2.10
@@ -39,7 +39,9 @@ DISTFILES+= lc_solaris.tar.gz
.else
-ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc *-*-x86_64
+
+ONLY_FOR_PLATFORM= *-*-i386 *-*-mipsel *-*-mipsel64
+ONLY_FOR_PLATFORM+= *-*-sparc *-*-sparc64 *-*-x86_64
.if (${MACHINE_ARCH} == "x86_64")
DISTNAME= lc_amd64_lx24
@@ -64,7 +66,7 @@ DEPENDS+= suse_openmotif>=9.1:../../emulators/${SUSE_DIR_PREFIX}_openmotif
DEPENDS+= suse_x11>=9.1:../../emulators/${SUSE_DIR_PREFIX}_x11
. endif
-.elif ${MACHINE_ARCH} == "sparc"
+.elif ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64"
DISTNAME= lc_solaris
. if (${OPSYS} == "NetBSD")
. if !exists(/emul/svr4/usr/lib/ld.so)