diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-08 14:05:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-08 14:05:21 +0000 |
commit | d8cca34d28d0c74c7799f4255f9e536d0bebaf00 (patch) | |
tree | 211e530e43f4725045788a8964cee14fc7523eb4 | |
parent | a1b0a4673039a210e13569c308ec4731fe89ae9a (diff) | |
download | pkgsrc-d8cca34d28d0c74c7799f4255f9e536d0bebaf00.tar.gz |
Add mipseb and mipsel to supported platforms;
from Georg Schwarz in PR 28059.
-rw-r--r-- | devel/ffcall/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/ffcall/Makefile b/devel/ffcall/Makefile index ff1f1c82ca0..9933498c833 100644 --- a/devel/ffcall/Makefile +++ b/devel/ffcall/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/10/03 00:13:26 tv Exp $ +# $NetBSD: Makefile,v 1.20 2004/11/08 14:05:21 wiz Exp $ DISTNAME= ffcall-1.10 PKGREVISION= 1 @@ -14,9 +14,11 @@ COMMENT= Foreign function call libraries # the file ${WRKSRC}/avcall/avcall-${MACHINE_ARCH}.c needs to # be added for additional port support. ONLY_FOR_PLATFORM= *-*-alpha *-*-arm *-*-convex *-*-hppa *-*-i386 \ - *-*-ia64 *-*-m68k *-*-m88k *-*-mips *-*-mips64 \ - *-*-mipsn32 *-*-rs6000 *-*-powerpc *-*-s390 \ - *-*-sparc *-*-sparc64 *-*-x86_64 + *-*-ia64 *-*-m68k *-*-m88k *-*-mips *-*-mipsel \ + *-*-mipseb *-*-mips64 *-*-mipsn32 \ + *-*-powerpc *-*-rs6000 \ + *-*-s390 *-*-sparc *-*-sparc64 \ + *-*-x86_64 USE_BUILDLINK3= yes USE_LIBTOOL= yes |