pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ffcall Add mipseb and mipsel to supported platfo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cddc3d5380b3
branches: trunk
changeset: 483144:cddc3d5380b3
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Nov 08 14:05:21 2004 +0000
description:
Add mipseb and mipsel to supported platforms;
from Georg Schwarz in PR 28059.
diffstat:
devel/ffcall/Makefile | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (24 lines):
diff -r 4f714a297f72 -r cddc3d5380b3 devel/ffcall/Makefile
--- a/devel/ffcall/Makefile Mon Nov 08 13:42:51 2004 +0000
+++ b/devel/ffcall/Makefile Mon Nov 08 14:05:21 2004 +0000
@@ -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 @@
# 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
Home |
Main Index |
Thread Index |
Old Index