svn commit: r384052 - in head/games/tomenet: . files
John Marino
freebsd.contact at marino.st
Wed Apr 15 15:54:15 UTC 2015
On 4/15/2015 17:38, Dmitry Marakasov wrote:
> * John Marino (freebsd.contact at 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
More information about the svn-ports-head
mailing list