Date: Wed, 15 Apr 2015 17:54:10 +0200 From: John Marino <freebsd.contact@marino.st> To: Dmitry Marakasov <amdmi3@amdmi3.ru>, marino@freebsd.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384052 - in head/games/tomenet: . files Message-ID: <552E89A2.2000401@marino.st> In-Reply-To: <20150415153806.GA78733@hades.panopticon> References: <201504151354.t3FDshh1086098@svn.freebsd.org> <552E71F3.1030005@marino.st> <20150415153806.GA78733@hades.panopticon>
next in thread | previous in thread | raw e-mail | index | archive | help
On 4/15/2015 17:38, Dmitry Marakasov wrote: > * John Marino (freebsd.contact@marino.st) wrote: > > > Hmm, wasn't aware of USES=execinfo and completely forgot about > dragonfly. As I guess, this actually needs unconditional USES=execinfo > and conditional flags: > > .if ${OPSYS} == DragonFly || ${OSVERSION} < 1000000 > CFLAGS+= -I${LOCALBASE}/include > LIBS+= -L${LOCALBASE}/lib > .fi I can't look right now, but IIRC, all you need is USES+= execinfo. Uses/execinfo.mk should already have the logic embedded. Thanks, John
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?552E89A2.2000401>