Attempt to fix build.

Reported by:	miwi, pointyhat
This commit is contained in:
Romain Tartière 2013-07-09 15:25:42 +00:00
parent 567b81b3e6
commit ff7395bb51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322563

View file

@ -0,0 +1,14 @@
$FreeBSD$
--- Mono.Addins.Gui/Makefile.in.orig
+++ Mono.Addins.Gui/Makefile.in
@@ -146,7 +146,7 @@
top_srcdir = @top_srcdir@
KEY_FILE = $(top_srcdir)/mono-addins.snk
ASSEMBLY_COMPILER_COMMAND = gmcs
-ASSEMBLY_COMPILER_FLAGS = -unsafe -keyfile:$(KEY_FILE) -noconfig -codepage:utf8 -warn:4 -debug -d:DEBUG
+ASSEMBLY_COMPILER_FLAGS = -unsafe -keyfile:$(KEY_FILE) -noconfig -codepage:utf8 -warn:4 -debug -d:DEBUG -sdk:4
ASSEMBLY = ../bin/Mono.Addins.Gui.dll
ASSEMBLY_NAME = Mono.Addins.Gui
COMPILE_TARGET = library