summaryrefslogtreecommitdiff
path: root/math/mcsim/patches/patch-ab
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2000-11-26 23:02:38 +0000
committerjtb <jtb@pkgsrc.org>2000-11-26 23:02:38 +0000
commit8f86379ecff9040719e26f5af99eee84dac278ab (patch)
tree36dbeccb7f3956ae3c1abdbef5af9d7952ac8b75 /math/mcsim/patches/patch-ab
parentc967d1056f02755c6b6e1f354afc45f2da7bfb20 (diff)
downloadpkgsrc-8f86379ecff9040719e26f5af99eee84dac278ab.tar.gz
Initial import of new "mcsim" package:
Monte Carlo Simulation software
Diffstat (limited to 'math/mcsim/patches/patch-ab')
-rw-r--r--math/mcsim/patches/patch-ab31
1 files changed, 31 insertions, 0 deletions
diff --git a/math/mcsim/patches/patch-ab b/math/mcsim/patches/patch-ab
new file mode 100644
index 00000000000..bc111757bbe
--- /dev/null
+++ b/math/mcsim/patches/patch-ab
@@ -0,0 +1,31 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/11/26 23:02:38 jtb Exp $
+
+--- mod/Makefile.orig Wed Nov 22 22:39:24 2000
++++ mod/Makefile
+@@ -97,8 +97,8 @@
+ #
+ #>>>> Define the COMPILER name and LINKER name here only.
+
+-CC = gcc
+-LINK = gcc
++#CC =
++LINK = $(CC)
+
+ #>>>> Define PATHS
+ # The include path should be a directory containing header
+@@ -137,13 +137,13 @@
+ #>>>> To compile with OPTIMIZATION uncomment the following lines
+ #
+ DEBUG_SYMBOLS = -DNDEBUG
+-C_OPTIM_FLAG = -O
++C_OPTIM_FLAG = -O2
+ L_OPTIM_FLAG =
+
+ #
+ #>>>> Include any special warning flags
+ #
+-WARNINGS = -Wall
++WARNINGS = -ansi
+
+ #--------------------
+ #**** You shouldn't need to change these lines. They are dependent