pioneer 20170813
Closes #16739. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
2cefdec3b1
commit
ce4515e7b0
1 changed files with 2 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
|||
class Pioneer < Formula
|
||||
desc "Game of lonely space adventure"
|
||||
homepage "https://pioneerspacesim.net/"
|
||||
url "https://github.com/pioneerspacesim/pioneer/archive/20170415.tar.gz"
|
||||
sha256 "dfbcfb63686fa3b7a16a4bac34de81adb02eeaf23593b3e63cca906bf4dbef67"
|
||||
revision 1
|
||||
url "https://github.com/pioneerspacesim/pioneer/archive/20170813.tar.gz"
|
||||
sha256 "9a2feec5236f8ca6ee8f0d75bccdee7bf6ae62f7a08b9e37cdd178642fdd32f3"
|
||||
head "https://github.com/pioneerspacesim/pioneer.git"
|
||||
|
||||
bottle do
|
||||
|
@ -30,11 +29,6 @@ class Pioneer < Formula
|
|||
ENV.cxx11
|
||||
ENV["PIONEER_DATA_DIR"] = "#{pkgshare}/data"
|
||||
|
||||
# Upstream issue "assimp 4.0.0 support"
|
||||
# Reported 19 Jul 2017 https://github.com/pioneerspacesim/pioneer/issues/4054
|
||||
inreplace "configure.ac", "aiGetVersionMinor() >= 2",
|
||||
"aiGetVersionMinor() >= 0"
|
||||
|
||||
# Remove as soon as possible
|
||||
# https://github.com/pioneerspacesim/pioneer/issues/3839
|
||||
ENV["ARFLAGS"] = "cru"
|
||||
|
|
Loading…
Reference in a new issue