mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 19:30:47 -04:00
13 lines
663 B
Plaintext
13 lines
663 B
Plaintext
$NetBSD: patch-af,v 1.14 2014/11/30 08:40:51 spz Exp $
|
|
--- mono/metadata/Makefile.in.orig 2014-10-04 09:29:00.000000000 +0000
|
|
+++ mono/metadata/Makefile.in
|
|
@@ -213,7 +213,7 @@ libmonoruntime_static_la_LINK = $(LIBTOO
|
|
$(libmonoruntime_static_la_CFLAGS) $(CFLAGS) \
|
|
$(libmonoruntime_static_la_LDFLAGS) $(LDFLAGS) -o $@
|
|
@DISABLE_EXECUTABLES_FALSE@@SUPPORT_BOEHM_TRUE@am_libmonoruntime_static_la_rpath =
|
|
-libmonoruntime_la_LIBADD =
|
|
+libmonoruntime_la_LIBADD = $(ICU_LIBS)
|
|
am__libmonoruntime_la_SOURCES_DIST = console-unix.c console-win32.c \
|
|
assembly.c attach.h attach.c char-conversions.h cil-coff.h \
|
|
class.c class-internals.h cominterop.c cominterop.h \
|