diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-14 05:27:25 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-14 05:27:25 +0000 |
commit | abfe4d84c7024a0bde95af52b1bbf9c429cdcfa6 (patch) | |
tree | 6f7a23b67e54bafca5bd8b74219a007a468908a2 /games/asc/files/patch-source::gameoptions.cpp | |
parent | update security/drweb-postfix: 4.29.10a -> 4.29.12d (diff) |
update games/asc: 1.13.5.1 -> 1.13.7
PR: 54359
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
Diffstat (limited to 'games/asc/files/patch-source::gameoptions.cpp')
-rw-r--r-- | games/asc/files/patch-source::gameoptions.cpp | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/games/asc/files/patch-source::gameoptions.cpp b/games/asc/files/patch-source::gameoptions.cpp deleted file mode 100644 index cd4c786ed449..000000000000 --- a/games/asc/files/patch-source::gameoptions.cpp +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- source/gameoptions.cpp.orig Tue Oct 1 15:26:40 2002 -+++ source/gameoptions.cpp Tue Oct 1 15:29:07 2002 -@@ -112,7 +112,7 @@ - defaultSuperVisorPassword.setName ( "" ); - - --#if USE_HOME_DIRECTORY == 0 -+#if _UNIX_ == 0 - searchPath[0].setName ( ".\\" ); - for ( int i = 1; i < getSearchPathNum(); i++ ) - searchPath[i].setName ( NULL ); -@@ -120,7 +120,7 @@ - for ( int i = 0; i < getSearchPathNum(); i++ ) - searchPath[i].setName ( NULL ); - searchPath[0].setName ( "~/.asc/" ); -- searchPath[1].setName ( "/var/local/games/asc/" ); -+ searchPath[1].setName ( PREFIX "/share/asc/" ); - searchPath[2].setName ( "/var/games/asc/" ); - searchPath[3].setName ( "/usr/local/share/games/asc/" ); - searchPath[4].setName ( "/usr/share/games/asc/" ); |