dev-lang/fsharp: rm obsolete workaround
Change-Id: I4283f2df703cdf3bde2e06fb85f9ee12b4a8dd8d
This commit is contained in:
parent
2a2577bf91
commit
8d1a9a48e5
@ -15,7 +15,7 @@ DEPENDENCIES="
|
|||||||
build:
|
build:
|
||||||
virtual/pkg-config
|
virtual/pkg-config
|
||||||
build+run:
|
build+run:
|
||||||
dev-lang/mono[>=2.9]
|
dev-lang/mono[>=4.2.2.30-r1]
|
||||||
"
|
"
|
||||||
|
|
||||||
BUGS_TO="virkony@gmail.com"
|
BUGS_TO="virkony@gmail.com"
|
||||||
@ -24,16 +24,6 @@ DEFAULT_SRC_CONFIGURE_PARAMS=( --with-gacdir="/usr/$(exhost --target)/lib/mono/g
|
|||||||
|
|
||||||
DEFAULT_SRC_COMPILE_PARAMS=( -j1 )
|
DEFAULT_SRC_COMPILE_PARAMS=( -j1 )
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
# ssl with NuGet seems broken
|
|
||||||
# https://github.com/fsharp/fsharp/issues/617
|
|
||||||
edo sed -i \
|
|
||||||
-e 's#https://www.nuget.org/api/v2/#http://www.nuget.org/api/v2/#' \
|
|
||||||
.nuget/NuGet.Config
|
|
||||||
|
|
||||||
autotools_src_prepare
|
|
||||||
}
|
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
# uses NuGet to build, no easy way around,
|
# uses NuGet to build, no easy way around,
|
||||||
# unless you like the alternative in e.g. games-strategy/openra
|
# unless you like the alternative in e.g. games-strategy/openra
|
||||||
|
Loading…
Reference in New Issue
Block a user