diff options
author | nork <nork@FreeBSD.org> | 2010-09-05 23:40:59 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2010-09-05 23:40:59 +0800 |
commit | 07b97672fff4d3eb28be5447a317d2cc224800e9 (patch) | |
tree | 3a374344e8a10cba32cc74ba8dc83a61e5fdea02 /multimedia/moonlight | |
parent | 264185c7187cb603dc438e6c4c2bd9973d6200bc (diff) | |
download | freebsd-ports-gnome-07b97672fff4d3eb28be5447a317d2cc224800e9.tar.gz freebsd-ports-gnome-07b97672fff4d3eb28be5447a317d2cc224800e9.tar.zst freebsd-ports-gnome-07b97672fff4d3eb28be5447a317d2cc224800e9.zip |
Fix build error with devel/boehem-gc.
PR: ports/148124
Reported by: Tsurutani Naoki turutani at scphys kyoto-u ac jp
Tested by: Tsurutani Naoki
Diffstat (limited to 'multimedia/moonlight')
-rw-r--r-- | multimedia/moonlight/files/patch-mono261-mono_mini_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/moonlight/files/patch-mono261-mono_mini_Makefile.in b/multimedia/moonlight/files/patch-mono261-mono_mini_Makefile.in new file mode 100644 index 000000000000..6ed6f535997e --- /dev/null +++ b/multimedia/moonlight/files/patch-mono261-mono_mini_Makefile.in @@ -0,0 +1,11 @@ +--- ../mono-2.6.1/mono/mini/Makefile.in.orig 2010-03-03 02:13:10.000000000 +0900 ++++ ../mono-2.6.1/mono/mini/Makefile.in 2010-09-06 00:34:32.785545984 +0900 +@@ -258,7 +258,7 @@ + am__depfiles_maybe = depfiles + am__mv = mv -f + COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ +- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) ++ $(AM_CFLAGS) $(CPPFLAGS) $(CFLAGS) + CCLD = $(CC) + LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ |