Date: Sat, 14 Sep 2013 09:32:24 +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: r327254 - head/polish/kadu Message-ID: <201309140932.r8E9WO3N009130@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sat Sep 14 09:32:24 2013 New Revision: 327254 URL: http://svnweb.freebsd.org/changeset/ports/327254 Log: Fix build on head after libexecinfo inclusion Modified: head/polish/kadu/Makefile Modified: head/polish/kadu/Makefile ============================================================================== --- head/polish/kadu/Makefile Sat Sep 14 09:03:34 2013 (r327253) +++ head/polish/kadu/Makefile Sat Sep 14 09:32:24 2013 (r327254) @@ -56,6 +56,10 @@ GG_EMOTS_DISTFILES= ${GG6_EMOTS_DISTFILE .include <bsd.port.options.mk> +.if ${OSVERSION} > 1000051 +LDFLAGS+= -lexecinfo +.endif + post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/plugins/single_window/CMakeLists.txt \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309140932.r8E9WO3N009130>