On Mon, Apr 24, 2006 at 02:05:48PM -0700, Jeremy Chadwick wrote: > On Mon, Apr 24, 2006 at 02:04:31PM -0400, Kris Kennaway wrote: > > On Mon, Apr 24, 2006 at 02:04:09PM +0000, Andrey A. Chernov wrote: > > > ache 2006-04-24 14:04:09 UTC > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > graphics/png/files patch-aa > > > Log: > > > Use NO_OBJ NO_PROFILE instead of obsoleted their variants > > > > > > PR: 96244 > > > Submitted by: Jeremy Chadwick <[EMAIL PROTECTED]> > > > > Are you sure this works on old FreeBSD branches? > > .if ${OSVERSION} < 500000 > MAKE_ARGS+= -DNOPROFILE -DNOOBJ > .else > MAKE_ARGS+= -DNO_PROFILE -DNO_OBJ > .endif
I don't think it deserve such complex tweaking: in worst possible case 4.x users will additionaly build profiled library too, and since libpng is small, it will not produce much difference. -- http://ache.pp.ru/ _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"