freebsd-ports/games/xmris/files/patch-Imakefile
Mathieu Arnold 5dabc7c217 Fix runtime error.
PR:		207162
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-08 16:05:54 +00:00

23 lines
777 B
Text

--- Imakefile.orig 1995-12-22 12:05:52 UTC
+++ Imakefile
@@ -59,7 +59,7 @@ EXTRA_LOAD_FLAGS = -lV3
XCOMM system environment
XCOMM
XCOMM don't you have gettimeofday?
-TIME =
+TIME = -DPOSIX
XCOMM TIME = -DUSETIME
XCOMM don't you have lockf or flock?
LOCK =
@@ -71,9 +71,9 @@ XCOMM
/* #define thefont "-*-courier-*-r-*-*-18-*-*-*-m-*-*-*" */
XCOMM where is the high score file?
XCOMM SCORE = $(LOCAL)/lib/$(APP)
-SCORE = $(LIBDIR)/$(APP)
+SCORE = /var/games/$(APP)
/* to install default gardens not in app_defaults/$(APP)
-/* #define InstallDefaultGardens $(SCORE)/gardens */
+#define InstallDefaultGardens $(LIBDIR)/$(APP)
XCOMM The following defines are needed for some implementations and/or sites.
XCOMM It is xmkmf's job to get these right in the first place.