Date: Sun, 3 Jan 2016 10:14:09 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405124 - head/sysutils/clsync Message-ID: <201601031014.u03AE9cB047496@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sun Jan 3 10:14:09 2016 New Revision: 405124 URL: https://svnweb.freebsd.org/changeset/ports/405124 Log: - 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 Modified: head/sysutils/clsync/Makefile Modified: head/sysutils/clsync/Makefile ============================================================================== --- head/sysutils/clsync/Makefile Sun Jan 3 10:00:48 2016 (r405123) +++ head/sysutils/clsync/Makefile Sun Jan 3 10:14:09 2016 (r405124) @@ -11,12 +11,12 @@ COMMENT= Live file sync daemon based on 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601031014.u03AE9cB047496>