diff options
Diffstat (limited to 'games/flying/files/patch-Imakefile')
-rw-r--r-- | games/flying/files/patch-Imakefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/games/flying/files/patch-Imakefile b/games/flying/files/patch-Imakefile new file mode 100644 index 000000000000..e0bd731c2696 --- /dev/null +++ b/games/flying/files/patch-Imakefile @@ -0,0 +1,28 @@ +--- Imakefile.orig Tue Oct 3 16:01:36 1995 ++++ Imakefile Tue Nov 19 06:08:52 2002 +@@ -1,6 +1,6 @@ + + XCOMM ##### where to put temporary data and pixmap files ... +-DATA_DIRECTORY = \"/tmp\" ++DATA_DIRECTORY = \"/dev/null\" + + XCOMM ##### parameter type of the system call select(), which usually is + XCOMM ##### fd_set, but at least on HP-UX, it is int ... I am still +@@ -12,7 +12,7 @@ + XCOMM ##### There is an optimization bug in gcc-2.7.0. Therefore the CXX_NOOPT + XCOMM ##### macro should be set when using gcc-2.7.0 to create target + XCOMM ##### pball.o without optimization +-CXX = gcc ++XCOMM # CXX = gcc + XCOMM # CXX_NOOPT = -O0 + + XCOMM ####################################################################### +@@ -30,7 +30,7 @@ + CCOPTIONS = #-Wall -g + + LOCAL_LIBRARIES = -lX11 -lm +- ++all:: flying + flying: $(OBJS) $(DEPLIBS) + $(RM) $@ + $(CXX) -o $@ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS) |