From 13235a5576bf0a99b7e4207dd467441ccbf070af Mon Sep 17 00:00:00 2001 From: jseger Date: Tue, 13 Oct 1998 02:07:20 +0000 Subject: 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' --- math/pari/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'math') 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 # -# $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 -- cgit v1.1