diff options
Diffstat (limited to 'games/xscrabble/files/patch-ad')
-rw-r--r-- | games/xscrabble/files/patch-ad | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games/xscrabble/files/patch-ad b/games/xscrabble/files/patch-ad new file mode 100644 index 000000000000..bfaa8eb19452 --- /dev/null +++ b/games/xscrabble/files/patch-ad @@ -0,0 +1,21 @@ +--- src/Imakefile.orig Tue Mar 11 06:56:24 1997 ++++ src/Imakefile Sun Jul 27 10:04:12 1997 +@@ -28,8 +28,8 @@ + PROGRAMS = xscrab xscrabble + SLIBS = + +- INCLUDES = -I.. -I/home/mchapman/include +-SYS_LIBRARIES = -lXpm -L../Xc -lXc -L/home/mchapman/lib ++ INCLUDES = -I.. ++SYS_LIBRARIES = -lXpm -L../Xc -lXc + + CCOPTIONS = + +@@ -39,4 +39,7 @@ + NormalProgramTarget(xscrabble,$(SETUP_OBJS),$(DEPLIBS),$(LOCAL_LIBS),$(SLIBS)) + + DependTarget() ++ ++InstallProgram(xscrab,$(BINDIR)) ++InstallProgram(xscrabble,$(BINDIR)) + |