diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-13 02:07:20 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-13 02:07:20 +0000 |
commit | 13235a5576bf0a99b7e4207dd467441ccbf070af (patch) | |
tree | 24e58ca12e5c3838d48a4d453a7e11cba55028ac /math | |
parent | 00845ffb382bc3c9dd012b7b47622882b9ca1d9e (diff) | |
download | FreeBSD-ports-13235a5576bf0a99b7e4207dd467441ccbf070af.zip FreeBSD-ports-13235a5576bf0a99b7e4207dd467441ccbf070af.tar.gz |
Mark BROKEN for ELF:
gcc -O2 -ansi -DLONG_IS_32BIT -DULONG_NOT_DEFINED -o gp gp.o i386.o mp.o anal.o
alglin1.o alglin2.o base1.o base2.o base3.o arith1.o arith2.o bibli1.o bibli2.o
elliptic.o es.o gen1.o gen2.o gen3.o init.o errmessages.o helpmessages.o polari
t1.o polarit2.o trans1.o trans2.o trans3.o buch1.o buch2.o version.o gp_rl.o plo
t.o -lm -lcompat -L/usr/X11R6/lib -lX11
mp.o: In function `expi':
mp.o(.text+0x1f8): undefined reference to `bfffo'
mp.o: In function `affsr':
mp.o(.text+0x376): undefined reference to `bfffo'
mp.o: In function `affir':
mp.o(.text+0x447): undefined reference to `bfffo'
Diffstat (limited to 'math')
-rw-r--r-- | math/pari/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 7116b54..2b7c8aa 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -3,7 +3,7 @@ # Date created: 6 June 1997 # Whom: Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/21 20:47:38 max Exp $ # DISTNAME= pari-1.39.03 @@ -13,6 +13,8 @@ MASTER_SITES= ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/ \ MAINTAINER= yoshiaki@kt.rim.or.jp +BROKEN_ELF= yes + WRKSRC= ${WRKDIR}/${DISTNAME}/src MAN1= gp.1 |