aboutsummaryrefslogtreecommitdiff
path: root/science/at/files/patch-aa
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-08 12:45:59 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-08 12:45:59 +0000
commit246609f6fee252f409405c3783e9fa4f9bd04d44 (patch)
tree1b98fcb157892ecb5a1084d5132a4cb6875b686a /science/at/files/patch-aa
parent5d9cda2526d2fa2732357fb72eaa25ca16100761 (diff)
downloadports-246609f6fee252f409405c3783e9fa4f9bd04d44.tar.gz
ports-246609f6fee252f409405c3783e9fa4f9bd04d44.zip
Notes
Diffstat (limited to 'science/at/files/patch-aa')
-rw-r--r--science/at/files/patch-aa85
1 files changed, 85 insertions, 0 deletions
diff --git a/science/at/files/patch-aa b/science/at/files/patch-aa
new file mode 100644
index 000000000000..b0358047034c
--- /dev/null
+++ b/science/at/files/patch-aa
@@ -0,0 +1,85 @@
+*** Kraken/Makefile
+***************
+*** 1,4 ****
+! FFLAGS = -O -bytereclen
+
+ #FC = f90
+ #F77 = f90
+--- 1,4 ----
+! FFLAGS = -O -ff90
+
+ #FC = f90
+ #F77 = f90
+*** misc/Makefile
+***************
+*** 1,4 ****
+! FFLAGS = -O -bytereclen
+
+ #FC = f90
+ #F77 = f90
+--- 1,4 ----
+! FFLAGS = -O -ff90
+
+ #FC = f90
+ #F77 = f90
+*** Bellhop/Makefile
+***************
+*** 1,4 ****
+! FFLAGS = -O -bytereclen
+ # note: SGI, use -trapuv, -lfpe in link to trap overflows
+
+ #FC = f90
+--- 1,4 ----
+! FFLAGS = -O -ff90
+ # note: SGI, use -trapuv, -lfpe in link to trap overflows
+
+ #FC = f90
+*** Scooter/Makefile
+***************
+*** 1,4 ****
+! FFLAGS= -O -bytereclen
+
+ #FC = f90
+ #F77 = f90
+--- 1,4 ----
+! FFLAGS = -O -ff90
+
+ #FC = f90
+ #F77 = f90
+*** global/Makefile
+***************
+*** 1,4 ****
+! FFLAGS = -O -bytereclen
+
+ #FC = f90
+ #F77 = f90
+--- 1,4 ----
+! FFLAGS = -O -ff90
+
+ #FC = f90
+ #F77 = f90
+*** tslib/Makefile
+***************
+*** 1,4 ****
+! FFLAGS = -O
+
+ #FC = f90
+ #F77 = f90
+--- 1,4 ----
+! FFLAGS = -O -ff90
+
+ #FC = f90
+ #F77 = f90
+*** KrakenZ/Makefile
+***************
+*** 1,4 ****
+! #FFLAGS= -C -trapuv -check_bounds -g -old_rl
+ #FFLAGS = +E1 # for HP machines
+ #FFLAGS = -O -trapuv -old_rl -mips2 # old_rl forces SGI to use RECL in bytes
+
+--- 1,4 ----
+! FFLAGS = -O -ff90
+ #FFLAGS = +E1 # for HP machines
+ #FFLAGS = -O -trapuv -old_rl -mips2 # old_rl forces SGI to use RECL in bytes
+
+