diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-02-24 03:43:49 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-02-24 03:43:49 +0000 |
commit | ba12c5bc2b6dbdb7d2ad6fcad86b61a4cf0e2048 (patch) | |
tree | d31b0827369367641c6218c3109e694c55fee264 /cad/lc | |
parent | e61e5ea6639671ab95d334ec8dddb77685adf69a (diff) | |
download | pkgsrc-ba12c5bc2b6dbdb7d2ad6fcad86b61a4cf0e2048.tar.gz |
enable sparc64, mipsel{,64}
Diffstat (limited to 'cad/lc')
-rw-r--r-- | cad/lc/Makefile | 8 |
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) |