aboutsummaryrefslogtreecommitdiff
path: root/games/gnushogi/files
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-17 11:44:57 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-17 11:44:57 +0000
commit8125428f3400b39262591804305968eaa7d29a3f (patch)
tree0b3ebb553a539f5625656e3f97acdb46122f66e0 /games/gnushogi/files
parent92ddbfd59fdeb2ac32fea8e3f1d7f8bfc59fa90f (diff)
downloadports-8125428f3400b39262591804305968eaa7d29a3f.tar.gz
ports-8125428f3400b39262591804305968eaa7d29a3f.zip
This sucker will beat you in shogi. Closes PR 1885/2018.
Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
Notes
Notes: svn path=/head/; revision=4546
Diffstat (limited to 'games/gnushogi/files')
-rw-r--r--games/gnushogi/files/patch-aa53
1 files changed, 53 insertions, 0 deletions
diff --git a/games/gnushogi/files/patch-aa b/games/gnushogi/files/patch-aa
new file mode 100644
index 000000000000..b4e14618bc0f
--- /dev/null
+++ b/games/gnushogi/files/patch-aa
@@ -0,0 +1,53 @@
+*** src/Makefile.orig Wed May 24 14:05:26 1995
+--- src/Makefile Tue Oct 22 20:00:44 1996
+***************
+*** 48,62 ****
+ # compile. Ask your system admin / unix guru to put gnushogi.{hsh,lng,tbk}
+ # in $(LIBDIR).
+ # Where the binaries live.
+! BINDIR= $(prefix)/games
+ #BINDIR=/public/projects/shogi/bin
+
+ # Where language description, our book, and the persistent hash live.
+! LIBDIR= $(prefix)/games/lib/gnushogi
+ #LIBDIR=/public/projects/shogi/lib
+
+ # Distribution directory
+! DISTDIR=/public/projects/shogi
+
+ # Programs being distributed
+ PROGS=gnushogi-$(VERS)
+--- 48,62 ----
+ # compile. Ask your system admin / unix guru to put gnushogi.{hsh,lng,tbk}
+ # in $(LIBDIR).
+ # Where the binaries live.
+! BINDIR= $(prefix)/bin
+ #BINDIR=/public/projects/shogi/bin
+
+ # Where language description, our book, and the persistent hash live.
+! LIBDIR= $(prefix)/share/gnushogi
+ #LIBDIR=/public/projects/shogi/lib
+
+ # Distribution directory
+! DISTDIR=/usr/ports/games/gnushogi/work
+
+ # Programs being distributed
+ PROGS=gnushogi-$(VERS)
+***************
+*** 96,102 ****
+ #CFLAGS= -O2 -funroll-loops -traditional-cpp -DNO_STRING_INCLUDE -DNOFIONREAD # gnu cc 2.00 (hawk)
+ #CFLAGS= -O2 -funroll-loops -DSEVENBIT # djgpp
+ #CFLAGS= -g -funroll-loops # gnu cc 2.00 on SunOS with debug
+! CFLAGS= -O2 -funroll-loops # gnu cc 2.00 on SunOS
+
+ # flags for DJGPP package
+ #COFF2EXE= coff2exe $(GNUSHOGI)
+--- 96,103 ----
+ #CFLAGS= -O2 -funroll-loops -traditional-cpp -DNO_STRING_INCLUDE -DNOFIONREAD # gnu cc 2.00 (hawk)
+ #CFLAGS= -O2 -funroll-loops -DSEVENBIT # djgpp
+ #CFLAGS= -g -funroll-loops # gnu cc 2.00 on SunOS with debug
+! #CFLAGS= -O2 -funroll-loops # gnu cc 2.00 on SunOS
+! CFLAGS= -O2 -m486 -pipe -fno-strength-reduce
+
+ # flags for DJGPP package
+ #COFF2EXE= coff2exe $(GNUSHOGI)