dev-lang/fsharp: rm obsolete workaround

Change-Id: I4283f2df703cdf3bde2e06fb85f9ee12b4a8dd8d
This commit is contained in:
Julian Ospald 2016-10-20 22:23:25 +02:00
parent 2a2577bf91
commit 8d1a9a48e5
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 11 deletions

View File

@ -15,7 +15,7 @@ DEPENDENCIES="
build:
virtual/pkg-config
build+run:
dev-lang/mono[>=2.9]
dev-lang/mono[>=4.2.2.30-r1]
"
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 )
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() {
# uses NuGet to build, no easy way around,
# unless you like the alternative in e.g. games-strategy/openra