summaryrefslogtreecommitdiff
path: root/games/spider/files/patch-Imakefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 19:39:50 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 19:39:50 +0000
commitd9616e5a763d1ab83ebac479e3b2222db5c3f87f (patch)
treea08c8f6002f7c1660aaa80e0f9cf61cd9d71151c /games/spider/files/patch-Imakefile
parent- Update to 1.9, announce message: (diff)
Rename all 10,000 games/ patch-xy patches to reflect the files they modify.
Notes
Notes: svn path=/head/; revision=363239
Diffstat (limited to 'games/spider/files/patch-Imakefile')
-rw-r--r--games/spider/files/patch-Imakefile50
1 files changed, 50 insertions, 0 deletions
diff --git a/games/spider/files/patch-Imakefile b/games/spider/files/patch-Imakefile
new file mode 100644
index 000000000000..74689bc2d961
--- /dev/null
+++ b/games/spider/files/patch-Imakefile
@@ -0,0 +1,50 @@
+--- Imakefile.orig Sat Sep 28 19:46:02 1991
++++ Imakefile Wed Oct 15 15:15:06 2003
+@@ -1,6 +1,6 @@
+-/**/# Run imake -DUseInstalled -I/usr/lib/X11/config to make a Makefile.
+-/**/# This is an R5 style Imakefile, so will need the R5 config files to
+-/**/# to make a Makefile. It also assume that X11 is installed in /usr/lib.
++# Run imake -DUseInstalled -I/usr/lib/X11/config to make a Makefile.
++# This is an R5 style Imakefile, so will need the R5 config files to
++# to make a Makefile. It also assume that X11 is installed in /usr/lib.
+
+ SHAR = shar
+ COMPRESS = compress
+@@ -8,7 +8,7 @@
+ SPLIT = split
+ CAT = cat
+ /***** Note: probably want to define this to be something else *****/
+- HELPDIR = help
++ HELPDIR = LibDir/spider
+
+ /***** Note: Used to over-ride some declarations in the default Imakefile
+ configurations. If you want to use some of these things, then
+@@ -16,7 +16,7 @@
+ definitions to what you would like them to be below. Delete
+ or comment out those you do not wish to use *****/
+ #ifndef OverrideDefs
+-#define OverrideDefs YES
++#define OverrideDefs NO
+ #endif
+
+ #if OverrideDefs
+@@ -94,8 +94,8 @@
+ #endif
+
+ #if CompileXView
+-/**/# If these are not defined in the site.def file, define them now.
+-/**/# set up compile time dependencies for XView clients.
++# If these are not defined in the site.def file, define them now.
++# set up compile time dependencies for XView clients.
+ XVTOP = $(XVIEWHOME)
+ XVLIBSRC = $(XVTOP)/lib
+ # if UseInstalled
+@@ -253,7 +253,7 @@
+ ComplexProgramTarget($(TARGET))
+
+ #ifdef SparcArchitecture
+-/**/# SunOS4.0.3 sparc optimizer slimes this file
++# SunOS4.0.3 sparc optimizer slimes this file
+ util.o: util.c
+ $(CC) $(CPPFLAGS) $(DEFINES) $(INCLUDES) -c util.c
+ #endif