svn commit: r322563 - head/devel/mono-addins/files
Romain Tartière
romain at FreeBSD.org
Tue Jul 9 15:25:42 UTC 2013
Author: romain
Date: Tue Jul 9 15:25:42 2013
New Revision: 322563
URL: http://svnweb.freebsd.org/changeset/ports/322563
Log:
Attempt to fix build.
Reported by: miwi, pointyhat
Added:
head/devel/mono-addins/files/
head/devel/mono-addins/files/patch-Mono.Addins.Gui_Makefile.in (contents, props changed)
Added: head/devel/mono-addins/files/patch-Mono.Addins.Gui_Makefile.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/mono-addins/files/patch-Mono.Addins.Gui_Makefile.in Tue Jul 9 15:25:42 2013 (r322563)
@@ -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
More information about the svn-ports-head
mailing list