diff options
author | krion <krion@FreeBSD.org> | 2003-10-15 21:19:29 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-15 21:19:29 +0800 |
commit | d88a9899f31c6675a12ae0d44acf2fdb1e266b93 (patch) | |
tree | dac62f29d9a30d12355c86c4b8fc23e19cd5c4ce /games | |
parent | 5568685c888af168e9694edeee878cb4d85f68b4 (diff) | |
download | freebsd-ports-graphics-d88a9899f31c6675a12ae0d44acf2fdb1e266b93.tar.gz freebsd-ports-graphics-d88a9899f31c6675a12ae0d44acf2fdb1e266b93.tar.zst freebsd-ports-graphics-d88a9899f31c6675a12ae0d44acf2fdb1e266b93.zip |
- Fix build on -current
Submitted by: kris via bento
Diffstat (limited to 'games')
-rw-r--r-- | games/spider/files/patch-ab | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/games/spider/files/patch-ab b/games/spider/files/patch-ab index 228bbcdf077..74689bc2d96 100644 --- a/games/spider/files/patch-ab +++ b/games/spider/files/patch-ab @@ -1,5 +1,15 @@ ---- Imakefile.orig Sun Sep 29 02:46:02 1991 -+++ Imakefile Wed Jan 18 00:00:00 2000 +--- 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 @@ -18,3 +28,23 @@ #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 |