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-ad | |
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-ad')
-rw-r--r-- | games/fgfs-base/files/patch-ad | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/games/fgfs-base/files/patch-ad b/games/fgfs-base/files/patch-ad deleted file mode 100644 index f7a358370e18..000000000000 --- a/games/fgfs-base/files/patch-ad +++ /dev/null @@ -1,27 +0,0 @@ ---- Simulator/Main/Makefile.in.orig Sun Jun 27 21:12:00 1999 -+++ Simulator/Main/Makefile.in Sun Jun 27 21:12:12 1999 -@@ -75,7 +75,7 @@ - - bin_PROGRAMS = fgfs - --bin_SCRIPTS = runfgfs runfgfs.bat -+bin_SCRIPTS = runfgfs - - fgfs_SOURCES = \ - GLUTkey.cxx GLUTkey.hxx GLUTmain.cxx \ ---- Simulator/Main/runfgfs.in.orig Tue Apr 6 16:39:22 1999 -+++ Simulator/Main/runfgfs.in Sun Jun 27 21:44:52 1999 -@@ -29,11 +29,11 @@ - # print "-> $prefix\n"; - - # potential names of Flight Gear executable to try --@files = ( "fg", "fg.exe" ); -+@files = ( "fgfs" ); - - # search for the executable - # potential paths where the executable may be found --@paths = ( ".", "Simulator/Main", $prefix ); -+@paths = ( ".", "Simulator/Main", $prefix, "$prefix/FlightGear" ); - - $savepath = ""; - $savefile = ""; |