summaryrefslogtreecommitdiff
path: root/devel/f77flow/files/patch-aa
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-03-31 23:45:39 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-03-31 23:45:39 +0000
commit4e263d19437c455fadab645a1e7abc80f69ff929 (patch)
tree232a8c13ea0cd96acacbaa62052109c614ec526d /devel/f77flow/files/patch-aa
parentRemove #include <malloc.h> (diff)
Fix build on current by removing a constant FILE * stdio initializer
Diffstat (limited to 'devel/f77flow/files/patch-aa')
-rw-r--r--devel/f77flow/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/f77flow/files/patch-aa b/devel/f77flow/files/patch-aa
new file mode 100644
index 000000000000..ba823e89d407
--- /dev/null
+++ b/devel/f77flow/files/patch-aa
@@ -0,0 +1,19 @@
+--- Makefile.orig Fri Mar 7 05:19:01 1997
++++ Makefile Sun Mar 31 15:47:22 2002
+@@ -2,8 +2,8 @@
+ # simple Makefile to compile and install flow
+ #
+
+-CC = gcc
+-CFLAGS = -O2 -Wall
++CC ?= gcc
++CFLAGS += -Wall
+ MANPATH = /usr/man
+ PREFIX = /usr/bin
+
+@@ -17,4 +17,4 @@
+ cp flow $(PREFIX); cp flow.1 $(MANPATH)/man1
+
+ clean:
+- rm flow flow.o
++ rm flow flow.o