# # Clone of the GNU libc backtrace facility. # # This is a quick-n-dirty BSD licensed clone of backtrace facility found # in the GNU libc, mainly intended for porting Linuxish code to BSD # platforms, however it can be used at any platform which has a GCC # compiler. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=libexecinfo pkgversion=1.1 arch=amd64 release=2 pkgcategory="libs" full_pkgname=libexecinfo_1.1_amd64-2@libs blurb="Clone of the GNU libc backtrace facility." homepage="http://www.freshports.org/devel/libexecinfo" license="BSD 2-clause" fetch="http://distcache.freebsd.org/local-distfiles/itetcu/libexecinfo-1.1.tar.bz2" replace=""