freebsd-ports/lang/mono6.8/files/patch-mono_metadata_Makefile.am
Mark Linimon 6003ca35cf Actually update the newly created port lang/mono6.8 to 6.8.
This port is a WIP.  It compiles and packages on both amd64 and powerpc64.
However, the ports depending on it do *not*.  I will continue working on
this.  Because of this, assign maintainership to myself in the meantime.

This corresponds to the most recent patches in D23300 except with fixes
to the OPTIONS handling by myself.

Submitted by:		prj_rootwyrm.com
Differential Revision:	D23300
2020-12-13 02:53:08 +00:00

11 lines
517 B
Text

--- mono/metadata/Makefile.am.orig 2020-05-20 16:09:20.183060000 +0000
+++ mono/metadata/Makefile.am 2020-05-20 16:10:38.992083000 +0000
@@ -143,7 +143,7 @@
lib_LTLIBRARIES = $(icall_table_libraries) $(ilgen_libraries)
-AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/mono $(LIBGC_CPPFLAGS) $(GLIB_CFLAGS) $(SHARED_CFLAGS)
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/mono $(LIBGC_CPPFLAGS) $(GLIB_CFLAGS) $(SHARED_CFLAGS) $(METADATA_CFLAGS)
#
# Make sure any prefix changes are updated in the binaries too.