summaryrefslogtreecommitdiff
path: root/math/aribas/patches
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2000-11-25 19:56:25 +0000
committerjtb <jtb@pkgsrc.org>2000-11-25 19:56:25 +0000
commit7eed43a76b0fe15ccf28d37cb88b0744bbe2dca7 (patch)
treefa358d7ad4dd37732dd0bd38a492ee392746cb66 /math/aribas/patches
parent06bb6313882a659ab45dc7f284e1ff4188e57ab5 (diff)
downloadpkgsrc-7eed43a76b0fe15ccf28d37cb88b0744bbe2dca7.tar.gz
Initial import of new "aribas" package:
Multi-precision floating point and big integer arithmetic calculator
Diffstat (limited to 'math/aribas/patches')
-rw-r--r--math/aribas/patches/patch-aa23
1 files changed, 23 insertions, 0 deletions
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.