summaryrefslogtreecommitdiff
path: root/games/xjig/patches
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-04-23 09:03:43 +0000
committerhubertf <hubertf>1998-04-23 09:03:43 +0000
commit35691956ef07b1e5bb9cda6565db46ca032dade4 (patch)
treefcb5204ed91d35767faba2a9b5f8409afad29446 /games/xjig/patches
parent60526edfd7cc64286c0194fde582cdc45d5e3175 (diff)
downloadpkgsrc-35691956ef07b1e5bb9cda6565db46ca032dade4.tar.gz
Jigsaw puzzle.
Diffstat (limited to 'games/xjig/patches')
-rw-r--r--games/xjig/patches/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/xjig/patches/patch-aa b/games/xjig/patches/patch-aa
new file mode 100644
index 00000000000..1d186137c12
--- /dev/null
+++ b/games/xjig/patches/patch-aa
@@ -0,0 +1,20 @@
+--- Imakefile.orig Wed Jul 24 21:48:27 1996
++++ Imakefile Wed Apr 22 17:57:37 1998
+@@ -8,7 +8,7 @@
+ XCOMM optimization on your version, but if it doesn't work, a compiler bug
+ XCOMM might be the reason...
+
+-XCOMM CXX = gcc -g
++CXX = gcc -O5 -I${X11BASE}/include
+
+ XCOMM On some machines (like on linux) you can gain speed by using the
+ XCOMM MIT-SHM extension for transfering images to the server via shared
+@@ -27,7 +27,7 @@
+
+ XCOMM which default file should be loaded if no option is set
+
+- JIG_DEFAULT = \"tina.gif\"
++ JIG_DEFAULT = \"${X11BASE}/lib/xjig/tina.gif\"
+
+ XCOMM #######################################################################
+