diff options
| author | Jack Nagel | 2014-05-08 23:23:52 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-08 23:23:52 -0500 |
| commit | 8341b046578f84b38b1c1b7a0e00fef4174f6c81 (patch) | |
| tree | 33ec81ff23690b44e1d360b03d93ae459497ed4c /Library/Formula/rcssserver.rb | |
| parent | dcfe1afb9ae9f2b391c42f7588b650a790d5d5f2 (diff) | |
| download | homebrew-8341b046578f84b38b1c1b7a0e00fef4174f6c81.tar.bz2 | |
rcssserver: add comment
Diffstat (limited to 'Library/Formula/rcssserver.rb')
| -rw-r--r-- | Library/Formula/rcssserver.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/rcssserver.rb b/Library/Formula/rcssserver.rb index d9b0e8366..765a91413 100644 --- a/Library/Formula/rcssserver.rb +++ b/Library/Formula/rcssserver.rb @@ -28,6 +28,8 @@ class Rcssserver < Formula ENV.j1 if build.head? + # These inreplaces are artifacts of the upstream packaging process: + # http://sourceforge.net/p/sserver/discussion/76439/thread/bd3ad6e4 inreplace "src/Makefile.am" do |s| s.gsub! "coach_lang_parser.h", "coach_lang_parser.hpp" s.gsub! "player_command_parser.h", "player_command_parser.hpp" |
