diff options
Diffstat (limited to 'polish/kadu')
-rw-r--r-- | polish/kadu/Makefile | 4 |
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 \ |