aboutsummaryrefslogtreecommitdiffstats
path: root/polish/kadu
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2013-09-14 17:32:24 +0800
committerpawel <pawel@FreeBSD.org>2013-09-14 17:32:24 +0800
commit5f542f885b46fa64cfffdb8efa07747c8d46f8ff (patch)
treef82856b5044ef9fd33b02f5e166e8e5152f5106f /polish/kadu
parent96ee914b8517ca0f65c408209e9d06cf6516c7e9 (diff)
downloadfreebsd-ports-gnome-5f542f885b46fa64cfffdb8efa07747c8d46f8ff.tar.gz
freebsd-ports-gnome-5f542f885b46fa64cfffdb8efa07747c8d46f8ff.tar.zst
freebsd-ports-gnome-5f542f885b46fa64cfffdb8efa07747c8d46f8ff.zip
Fix build on head after libexecinfo inclusion
Diffstat (limited to 'polish/kadu')
-rw-r--r--polish/kadu/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile
index db5d980b811e..8ea421c9a33b 100644
--- a/polish/kadu/Makefile
+++ b/polish/kadu/Makefile
@@ -56,6 +56,10 @@ GG_EMOTS_DISTFILES= ${GG6_EMOTS_DISTFILE}:additions \
.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 \