diff options
author | jtb <jtb@pkgsrc.org> | 2000-11-25 19:56:25 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2000-11-25 19:56:25 +0000 |
commit | 7eed43a76b0fe15ccf28d37cb88b0744bbe2dca7 (patch) | |
tree | fa358d7ad4dd37732dd0bd38a492ee392746cb66 /math/aribas/patches | |
parent | 06bb6313882a659ab45dc7f284e1ff4188e57ab5 (diff) | |
download | pkgsrc-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-aa | 23 |
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. |