- Switch to our framework's USES=execinfo

- Add EXECINFO_LDFLAGS to LDFLAGS so that libexecinfo
  can be found by configure script on FreeBSD 9.x where
  libexecinfo comes from ports

PR:		205383
Submitted by:	myself
Approved by:	maintainer timeout
This commit is contained in:
Pawel Pekala 2016-01-03 10:14:09 +00:00
parent 57f9350535
commit 21eb7ab930
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405124

View File

@ -11,12 +11,12 @@ COMMENT= Live file sync daemon based on inotify, written in GNU C
LICENSE= GPLv3
LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify \
libexecinfo.so:${PORTSDIR}/devel/libexecinfo
LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify
GNU_CONFIGURE= yes
USES= autoreconf compiler:features gmake libtool pkgconfig
USES= autoreconf compiler:features execinfo gmake libtool pkgconfig
USE_GNOME= glib20
LDFLAGS+= ${EXECINFO_LDFLAGS}
USE_RC_SUBR= clsync