You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-board/xgammon/files/xgammon-0.98-config.patch

24 lines
799 B

--- xgammon-0.98/xgammon.ad Tue Aug 29 01:35:39 1995
+++ xgammon-0.98/xgammon.ad Wed Aug 12 18:22:25 1998
@@ -67,4 +67,4 @@
xgammon.buttonmove: false
xgammon.stonesteps: 5
xgammon.delaytime: 5
-xgammon.database: lib/xgammon.db
+xgammon.database: /usr/lib/X11/xgammon/xgammon.db
--- xgammon-0.98/Imakefile Wed Aug 23 15:26:39 1995
+++ xgammon-0.98/Imakefile Wed Aug 12 18:42:55 1998
@@ -12,9 +12,9 @@
ComplexProgramTarget(xgammon)
InstallAppDefaults(XGammon)
-MakeDirectories(install, $(LIBDIR)/xgammon)
-InstallNonExec(lib/xgammon.db, $(LIBDIR)/xgammon)
-MANSUFFIX = 6
+MakeDirectories(install,$(LIBDIR)/xgammon)
+InstallNonExec(lib/xgammon.db,$(LIBDIR)/xgammon)
+MANSUFFIX = 1
xgammon.o: xgammon.c
$(CC) $(CFLAGS) -DDATABASE=\"$(LIBDIR)/xgammon/xgammon.db\" -c xgammon.c