mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a12cebc971
A 3d accelerator card supported by Mesa is highly recommended (3dfx voodoo/voodo2 / nvidia riva tnt are known to work.) PR: 12483 Submitted by: Brian Buchanan <brian@CSUA.Berkeley.EDU>
28 lines
779 B
Plaintext
28 lines
779 B
Plaintext
--- 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 = "";
|