diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-08 12:09:47 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-08 12:09:47 +0000 |
commit | 4e40499c9ce32c4f19e348cecc5704518c562399 (patch) | |
tree | 05db6f7b48a4f3afc16916e6fe031ee4fe5efb49 /games/traindirector/files/patch-gtkmain.c | |
parent | [NEW PORT] sysutils/autopsy: The Autopsy Forensic (diff) |
[maintainer update] train director to 1.18e
upgrading the train director game port to 1.18e (received
a request by email too)
PR: ports/56589
Submitted by: Guido Falsi <mad@madpilot.net>
Notes
Notes:
svn path=/head/; revision=88800
Diffstat (limited to 'games/traindirector/files/patch-gtkmain.c')
-rw-r--r-- | games/traindirector/files/patch-gtkmain.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/traindirector/files/patch-gtkmain.c b/games/traindirector/files/patch-gtkmain.c deleted file mode 100644 index e83205b93da1..000000000000 --- a/games/traindirector/files/patch-gtkmain.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gtkmain.c.orig Sun Sep 7 23:48:20 2003 -+++ gtkmain.c Sun Sep 7 23:48:30 2003 -@@ -143,7 +143,7 @@ - - #ifdef unix - if(getenv("TDHOME")) -- chdir(getenv("TDHOME")) -+ chdir(getenv("TDHOME")); - #endif - screen_width = gdk_screen_width(); - |