summaryrefslogtreecommitdiff
path: root/devel/ffcall/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2004-11-08 14:05:21 +0000
committerwiz <wiz>2004-11-08 14:05:21 +0000
commita472224be5f90c387cf934390a83585cb7da6484 (patch)
tree211e530e43f4725045788a8964cee14fc7523eb4 /devel/ffcall/Makefile
parent014cb5fb144e92f520f84b638fa90d88686476dc (diff)
downloadpkgsrc-a472224be5f90c387cf934390a83585cb7da6484.tar.gz
Add mipseb and mipsel to supported platforms;
from Georg Schwarz in PR 28059.
Diffstat (limited to 'devel/ffcall/Makefile')
-rw-r--r--devel/ffcall/Makefile10
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