diff options
Diffstat (limited to 'games/flying/files/patch-aa')
-rw-r--r-- | games/flying/files/patch-aa | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/games/flying/files/patch-aa b/games/flying/files/patch-aa index 79f7245d1216..bf31279122f0 100644 --- a/games/flying/files/patch-aa +++ b/games/flying/files/patch-aa @@ -1,5 +1,5 @@ --- Imakefile.orig Tue Oct 3 16:01:36 1995 -+++ Imakefile Wed Aug 7 20:53:56 1996 ++++ Imakefile Tue Nov 19 06:08:52 2002 @@ -1,6 +1,6 @@ XCOMM ##### where to put temporary data and pixmap files ... @@ -8,6 +8,15 @@ 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 ++CXX = g++ + XCOMM # CXX_NOOPT = -O0 + + XCOMM ####################################################################### @@ -30,7 +30,7 @@ CCOPTIONS = #-Wall -g |