diff options
author | David Naylor <dbn@FreeBSD.org> | 2016-10-14 15:37:23 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2016-10-14 15:37:23 +0000 |
commit | 90f4d5eda6ce1f4cbc1fe86309feb82578ea9ee7 (patch) | |
tree | 6b1a8e135ff58e02b9122c1be52ba464a764cadc /lang/fsharp | |
parent | 2b7d351ddbed4f8cf70cafc6c05cbac1da6fc5d1 (diff) | |
download | ports-90f4d5eda6ce1f4cbc1fe86309feb82578ea9ee7.tar.gz ports-90f4d5eda6ce1f4cbc1fe86309feb82578ea9ee7.zip |
Notes
Diffstat (limited to 'lang/fsharp')
-rw-r--r-- | lang/fsharp/files/patch-Makefile.in | 10 | ||||
-rw-r--r-- | lang/fsharp/files/patch-src_FSharpSource.targets | 9 |
2 files changed, 19 insertions, 0 deletions
diff --git a/lang/fsharp/files/patch-Makefile.in b/lang/fsharp/files/patch-Makefile.in new file mode 100644 index 000000000000..91ccf2bab7ed --- /dev/null +++ b/lang/fsharp/files/patch-Makefile.in @@ -0,0 +1,10 @@ +--- Makefile.in.orig 2016-08-05 13:14:17 UTC ++++ Makefile.in +@@ -1,7 +1,6 @@ + include $(topsrcdir)config.make + + all clean install build build-proto all-monotouch-monodroid-xamarinmac all-monotouch-monodroid all-monotouch all-monodroid all-xamarinmac all-monotouch-xamarinmac: +- MONO_ENV_OPTIONS=$(monoopts) mono .nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile .nuget/NuGet.Config + $(MAKE) -C src/fsharp $@ + + dist: diff --git a/lang/fsharp/files/patch-src_FSharpSource.targets b/lang/fsharp/files/patch-src_FSharpSource.targets new file mode 100644 index 000000000000..21b05338f2b4 --- /dev/null +++ b/lang/fsharp/files/patch-src_FSharpSource.targets @@ -0,0 +1,9 @@ +--- src/FSharpSource.targets.orig 2016-10-10 06:34:42 UTC ++++ src/FSharpSource.targets +@@ -643,6 +643,5 @@ Some other NuGET monikers to support in + </Target> + <Import Project="$(FSharpSourcesRoot)\..\.nuget\NuGet.targets" /> + <Target Name="BeforeBuild" BeforeTargets="Build"> +- <Exec Command="$(NuGetCommand) restore packages.config -PackagesDirectory packages -ConfigFile $(FSharpSourcesRoot)\..\.nuget\NuGet.Config" WorkingDirectory="$(FSharpSourcesRoot)\.."/> + </Target> + </Project> |