From 7eed43a76b0fe15ccf28d37cb88b0744bbe2dca7 Mon Sep 17 00:00:00 2001 From: jtb Date: Sat, 25 Nov 2000 19:56:25 +0000 Subject: Initial import of new "aribas" package: Multi-precision floating point and big integer arithmetic calculator --- math/aribas/patches/patch-aa | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 math/aribas/patches/patch-aa (limited to 'math/aribas/patches') diff --git a/math/aribas/patches/patch-aa b/math/aribas/patches/patch-aa new file mode 100644 index 00000000000..486b0469e61 --- /dev/null +++ b/math/aribas/patches/patch-aa @@ -0,0 +1,23 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/11/25 19:56:25 jtb Exp $ + +--- Makefile.orig Sun May 2 21:42:31 1999 ++++ Makefile +@@ -4,15 +4,15 @@ + # date: 99-04-30 + ############################################################# + +-CC = cc +-CFLAGS = -DUNiX -O ++#CC = cc ++#CFLAGS = -DUNiX -O + # for some compilers it might be necessary to remove the -O flag + # If you have the GNU gcc compiler on your system, you may wish + # to use gcc. Then outcomment the first two lines and activate + # the next two lines. + + #CC = gcc +-#CFLAGS = -DUNiX -DPROTO -O -v ++CFLAGS = -DUNiX -DPROTO -O + + #MEMFLAG = -DMEM=4 + # MEM may be set to any integer value from 1 to 16. -- cgit v1.2.3