summaryrefslogtreecommitdiff
path: root/games/xvmahjongg/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-05-14 07:11:06 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-05-14 07:11:06 +0000
commit27734e21b8beb8a4db80741826468f92e5431350 (patch)
tree19337253d2a9b1b7fe1458fbe96d6e487809ad06 /games/xvmahjongg/files
parentupdated to samba-1.9.18p7 (diff)
New port xvmahjongg; the solitaire version for Xview.
PR: 6090 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=10977
Diffstat (limited to 'games/xvmahjongg/files')
-rw-r--r--games/xvmahjongg/files/patch-aa20
-rw-r--r--games/xvmahjongg/files/patch-ab26
2 files changed, 46 insertions, 0 deletions
diff --git a/games/xvmahjongg/files/patch-aa b/games/xvmahjongg/files/patch-aa
new file mode 100644
index 000000000000..59a2e6e47c49
--- /dev/null
+++ b/games/xvmahjongg/files/patch-aa
@@ -0,0 +1,20 @@
+--- image-stuff/Makefile Thu Dec 19 23:01:20 1991
++++ /home/andy/tmp/wrk/image-stuff/Makefile Sat Mar 21 23:44:49 1998
+@@ -18,13 +18,13 @@
+ cd ..; image-stuff/Img-mk-swap
+
+ ../images/color: ../images
+- mkdir $@
++ - mkdir $@
+
+ ../images/bandw: ../images
+- mkdir $@
++ - mkdir $@
+
+ ../images/swap: ../images
+- mkdir $@
++ - mkdir $@
+
+ ../images:
+- mkdir $@
++ - mkdir $@
diff --git a/games/xvmahjongg/files/patch-ab b/games/xvmahjongg/files/patch-ab
new file mode 100644
index 000000000000..38eddecb20ac
--- /dev/null
+++ b/games/xvmahjongg/files/patch-ab
@@ -0,0 +1,26 @@
+--- Makefile.orig Fri Dec 20 23:33:15 1991
++++ Makefile Thu May 14 09:05:45 1998
+@@ -29,12 +29,12 @@
+
+ # Root directory of XView developers package
+ # For OpenWindows users, this is the same as $OPENWINHOME.
+-XVIEWROOT = ${OPENWINHOME}
++XVIEWROOT = ${X11BASE}
+
+ # If not in OpenWindows, need to specify directory where libxview
+ # and libolgx are.
+ # For OpenWindows users, this is taken care of via $LD_LIBRARY_PATH.
+-XVIEWLIBDIR =
++XVIEWLIBDIR = -L${X11BASE}/lib
+ # e.g., XVIEWLIBDIR = -L/usr/openwin/lib
+ # This -L... stuff may only be appropriate in a SunOS environment,
+ # so do what's appropriate in your environment. The -L<pathname>
+@@ -45,7 +45,7 @@
+ # currently only necessary when compiling icons.o
+ TARGET=
+
+-CFLAGS = -O -I${XVIEWROOT}/include
++CFLAGS+= -I${XVIEWROOT}/include
+
+ SWOBJS = icons.o mahjongg.o event.o
+ SWLIBS= ${XVIEWLIBDIR} -lxview -lolgx -lX11