summaryrefslogtreecommitdiff
path: root/games/fgfs-base/files/patch-ad
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
commit70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch)
tree14c35099cfb4f4257c5e0b8e589d530fcb829468 /games/fgfs-base/files/patch-ad
parentFix typo. (ghostscript55htff -> ghostscript55httf) (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Notes
Notes: svn path=/head/; revision=30942 svn path=/tags/RELEASE_4_1_0/; revision=30943; tag=release/4.1.0
Diffstat (limited to 'games/fgfs-base/files/patch-ad')
-rw-r--r--games/fgfs-base/files/patch-ad27
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 = "";