diff options
author | tg <tg@FreeBSD.org> | 1997-07-02 13:00:26 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-07-02 13:00:26 +0000 |
commit | bd0234ada16c46d5f1a6a3cfcd5cf91414b39a92 (patch) | |
tree | bcf0632144dc91b3775946b0e8fc582d05a34b6a /games/xdeblock/files | |
parent | 25d2ab3030eae5d773409de9b24d24c3ec5604e0 (diff) | |
download | FreeBSD-ports-bd0234ada16c46d5f1a6a3cfcd5cf91414b39a92.zip FreeBSD-ports-bd0234ada16c46d5f1a6a3cfcd5cf91414b39a92.tar.gz |
Import of xdeblock port. xdeblock is one of those paddle games.
PR: 2903
Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
Diffstat (limited to 'games/xdeblock/files')
-rw-r--r-- | games/xdeblock/files/patch-aa | 38 | ||||
-rw-r--r-- | games/xdeblock/files/patch-ab | 19 |
2 files changed, 57 insertions, 0 deletions
diff --git a/games/xdeblock/files/patch-aa b/games/xdeblock/files/patch-aa new file mode 100644 index 0000000..ebeda58 --- /dev/null +++ b/games/xdeblock/files/patch-aa @@ -0,0 +1,38 @@ +*** Imakefile.orig Sat Jan 25 23:26:41 1997 +--- Imakefile Sat Jan 25 23:31:45 1997 +*************** +*** 10,16 **** + XCOMM Set xdeblock working directory. + XCOMM ===================================================================== + +! XDEBLO_DIR = . + + XCOMM ===================================================================== + XCOMM Set xpm. +--- 10,16 ---- + XCOMM Set xdeblock working directory. + XCOMM ===================================================================== + +! XDEBLO_DIR = /usr/X11R6/lib/X11/xdeblock + + XCOMM ===================================================================== + XCOMM Set xpm. +*************** +*** 20,27 **** + XCOMM abc% find /usr -name xpm.h -print + XCOMM ===================================================================== + +! XPM_INC = -I/usr/include/X11 +! XPMLIB_DIR = -L/usr/lib + + XCOMM ===================================================================== + +--- 20,27 ---- + XCOMM abc% find /usr -name xpm.h -print + XCOMM ===================================================================== + +! XPM_INC = -I/usr/X11R6/include/X11 +! XPMLIB_DIR = -L/usr/X11R6/lib + + XCOMM ===================================================================== + diff --git a/games/xdeblock/files/patch-ab b/games/xdeblock/files/patch-ab new file mode 100644 index 0000000..07dd0937 --- /dev/null +++ b/games/xdeblock/files/patch-ab @@ -0,0 +1,19 @@ +*** main.c.orig Sat Nov 16 05:37:16 1996 +--- main.c Wed Mar 5 03:11:37 1997 +*************** +*** 66,72 **** + /*** set s_map ***/ + gameMainFlg.s_map = False; + nowDataRec.nowMap.gameSpeed = 90; +! nowDataRec.nowMap.dirname[0] == 0x00; + + for(i =1; i < argc; i++) + { +--- 66,72 ---- + /*** set s_map ***/ + gameMainFlg.s_map = False; + nowDataRec.nowMap.gameSpeed = 90; +! strcpy(nowDataRec.nowMap.dirname, "/usr/X11R6/lib/X11/xdeblock/mapf"); + + for(i =1; i < argc; i++) + { |