Date: Tue, 10 Aug 2010 12:55:44 +0900 From: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> To: Norikatsu Shigemura <nork@freebsd.org> Cc: mono@freebsd.org Subject: Re: [ports/multimedia/moonlight] Fix build error with devel/boehm-gc Message-ID: <201008100355.AA01353@POLYMER5.scphys.kyoto-u.ac.jp> In-Reply-To: <20100809223807.75a1651f.nork@FreeBSD.org> References: <20100809223807.75a1651f.nork@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Norikatsu Shigemura <nork@freebsd.org> wrote: > --- ../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-08-09 07:27:44.909619188 +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) \ That works fine. It may be difficult to set a different environmental variable CPPFLAGS in building mono. Thank you. --- Tsurutani Naoki turutani@scphys.kyoto-u.ac.jp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008100355.AA01353>
