svn commit: r327254 - head/polish/kadu

Pawel Pekala pawel at FreeBSD.org
Sat Sep 14 09:32:25 UTC 2013


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 \


More information about the svn-ports-all mailing list