diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-19 13:28:24 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-19 13:28:24 +0000 |
commit | 89ae52566263f39ba8737263d0adc0900aff9f43 (patch) | |
tree | 8d57b1e57485087de9e50db7b10df922adbd1a39 /emulators/klh10/files/patch-aa | |
parent | New Port: ports/math/maxima (diff) |
New port of KLH10 PDP-10 mainframe emulator.
This is a port of Kenneth L. Harrenstien's KLH10 DEC PDP-10
mainframe emulator.
PR: ports/39955
Submitted by: Ken Stailey <kstailey@speakeasy.net>
Diffstat (limited to 'emulators/klh10/files/patch-aa')
-rw-r--r-- | emulators/klh10/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/klh10/files/patch-aa b/emulators/klh10/files/patch-aa new file mode 100644 index 000000000000..d3079d97bc85 --- /dev/null +++ b/emulators/klh10/files/patch-aa @@ -0,0 +1,12 @@ +--- src/Mk-fbx86.mk.DIST Sat Jan 12 15:40:10 2002 ++++ src/Mk-fbx86.mk Sat Jan 12 15:40:55 2002 +@@ -21,7 +21,7 @@ + + # Build definitions + SRC = ../../src +-CFLAGS = -c -g3 -O -I. -I$(SRC) ++CFLAGS += -c -g3 -O -I. -I$(SRC) + CFLAGS_LINT = -ansi -pedantic -Wall -Wshadow \ + -Wstrict-prototypes -Wmissing-prototypes \ + -Wmissing-declarations -Wredundant-decls + |