diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-01-22 13:58:58 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-01-22 13:58:58 +0000 |
commit | c34b11a2c1f902a59005178510ce6099a0d8c935 (patch) | |
tree | 3058c91a943c2d0ceb754f5a64d263634d7a54dd /games/fgfs-base/files/patch-aa | |
parent | Long awaited update to 1.1.18.0 (diff) |
Take over maintainership (Brian says he's too busy flying real planes).
Update to 0.9.1. So much has changed since 0.6.1 that I've practically
had to redo the port from scratch. It builds and installs fine now, but
due to limited resources I haven't been able to actually run it.
Notes
Notes:
svn path=/head/; revision=73781
Diffstat (limited to 'games/fgfs-base/files/patch-aa')
-rw-r--r-- | games/fgfs-base/files/patch-aa | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/games/fgfs-base/files/patch-aa b/games/fgfs-base/files/patch-aa index 714120858204..e799be858059 100644 --- a/games/fgfs-base/files/patch-aa +++ b/games/fgfs-base/files/patch-aa @@ -1,12 +1,10 @@ ---- Simulator/Main/splash.cxx.orig Wed May 12 19:16:17 1999 -+++ Simulator/Main/splash.cxx Sat Jun 26 22:31:54 1999 -@@ -123,7 +123,8 @@ - xglMatrixMode(GL_PROJECTION); - xglPushMatrix(); - xglLoadIdentity(); -- gluOrtho2D(0, current_view.get_winWidth(), 0, current_view.get_winHeight()); -+ if (current_view.get_winWidth() && current_view.get_winHeight()) -+ gluOrtho2D(0, current_view.get_winWidth(), 0, current_view.get_winHeight()); - xglMatrixMode(GL_MODELVIEW); - xglPushMatrix(); - xglLoadIdentity(); +--- configure.orig Thu Dec 5 16:31:39 2002 ++++ configure Wed Jan 22 11:11:26 2003 +@@ -4206,6 +4206,7 @@ + if test -r /usr/include/soundcard.h \ + -o -r /usr/include/linux/soundcard.h \ + -o -r /usr/include/machine/soundcard.h \ ++ -o -r /usr/include/sys/soundcard.h \ + -o -r /usr/include/audio.h \ + -o "x$ac_cv_header_windows_h" = "xyes" \ + -o "$HOSTTYPE" = "macintosh"; then |