diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-09-14 09:32:24 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-09-14 09:32:24 +0000 |
commit | f93b7e81b01004e6199709061a9d9b3855120269 (patch) | |
tree | f82856b5044ef9fd33b02f5e166e8e5152f5106f /polish/kadu | |
parent | 21edd020b82ec138b7f4f295ecf6dce7e1842205 (diff) | |
download | ports-f93b7e81b01004e6199709061a9d9b3855120269.tar.gz ports-f93b7e81b01004e6199709061a9d9b3855120269.zip |
Notes
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 \ |