pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/wm/afterstep



On Wed, Jun 26, 2013 at 09:17:45PM +0000, Joerg Sonnenberger wrote:
> Module Name:  pkgsrc
> Committed By: joerg
> Date:         Wed Jun 26 21:17:45 UTC 2013
> 
> Modified Files:
>       pkgsrc/wm/afterstep: Makefile distinfo
> Added Files:
>       pkgsrc/wm/afterstep/patches: patch-libAfterBase_parse.c
>           patch-libAfterBase_parse.h patch-src_Animate_Makefile.in
> 
> Log Message:
> Fix backtrace linking on NetBSD. Fix inline use.

I had this in my local tree which is slightly different - does it turn
out the same in practice?

# backtrace() and backtrace_symbols were added in NetBSD-6.99.8
.if !empty(MACHINE_PLATFORM:MNetBSD-*) && 
empty(MACHINE_PLATFORM:MNetBSD-[0-5].*) && 
empty(MACHINE_PLATFORM:MNetBSD-6.99.[0-7].*)
CONFIGURE_ENV+= ac_cv_func_backtrace_symbols=yes
CPPFLAGS+=      -DHAVE_BACKTRACE_SYMBOLS
LDFLAGS+=       -lexecinfo
.endif



Home | Main Index | Thread Index | Old Index