Attempt to fix build.
Reported by: miwi, pointyhat
This commit is contained in:
parent
567b81b3e6
commit
ff7395bb51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322563
1 changed files with 14 additions and 0 deletions
14
devel/mono-addins/files/patch-Mono.Addins.Gui_Makefile.in
Normal file
14
devel/mono-addins/files/patch-Mono.Addins.Gui_Makefile.in
Normal 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
|
Loading…
Reference in a new issue