cvs commit: ports/net/liveMedia Makefile distinfo

Norikatsu Shigemura nork at FreeBSD.org
Sat Jun 26 06:08:20 UTC 2010


Hi dougb.

On Mon, 21 Jun 2010 19:55:51 -0700
Doug Barton <dougb at 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 at FreeBSD.org>


More information about the cvs-ports mailing list