Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jun 2010 15:08:19 +0900
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        Doug Barton <dougb@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/net/liveMedia Makefile distinfo
Message-ID:  <20100626150819.18bfb2ca.nork@FreeBSD.org>
In-Reply-To: <4C202637.2010105@FreeBSD.org>
References:  <201006131614.o5DGEJQM026112@repoman.freebsd.org> <4C1539B4.2060702@FreeBSD.org> <20100621005607.13850416.nork@FreeBSD.org> <4C202637.2010105@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi dougb.

On Mon, 21 Jun 2010 19:55:51 -0700
Doug Barton <dougb@FreeBSD.org> wrote:
> Ok, this is a weird one. I can now tell you _what_ is happening, but I 
> cannot tell you why.

	Thanks for your information.  I could reproduce it.

	This behavior's factor is 'not define CPP macro'.  So following
	definition doesn't enable.  Because of it, make(1) use system
	default rule (sys.mk).

live/liveMedia/Makefile.tail
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.$(CPP).$(OBJ):
        $(CPLUSPLUS_COMPILER) -c $(CPLUSPLUS_FLAGS) $<
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	I fixed, and liveMedia port has more robustness:-).

-- 
Norikatsu Shigemura <nork@FreeBSD.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100626150819.18bfb2ca.nork>