Date: Wed, 5 Feb 2014 06:50:43 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342634 - head/net-im/licq Message-ID: <201402050650.s156ohFh087857@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Wed Feb 5 06:50:43 2014 New Revision: 342634 URL: http://svnweb.freebsd.org/changeset/ports/342634 QAT: https://qat.redports.org/buildarchive/r342634/ Log: - fix build with clang PR: 186389 Submitted by: Tijl Coosemans Modified: head/net-im/licq/Makefile Modified: head/net-im/licq/Makefile ============================================================================== --- head/net-im/licq/Makefile Wed Feb 5 05:41:01 2014 (r342633) +++ head/net-im/licq/Makefile Wed Feb 5 06:50:43 2014 (r342634) @@ -14,7 +14,6 @@ LIB_DEPENDS= libboost_regex.so:${PORTSDI LICENSE= GPLv2 -USE_GCC= yes USES= cmake iconv WRKSRC= ${WRKDIR}/${DISTNAME} LICQ_PORT?= net-im/licq @@ -23,7 +22,7 @@ LICQ_PORT?= net-im/licq LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib ${ICONV_LIB} -Wl,--export-dynamic CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include -CXXFLAGS+= -Wl,--export-dynamic +CXXFLAGS+= -Wl,--export-dynamic -DGTEST_USE_OWN_TR1_TUPLE OPTIONS_DEFINE= OPENSSL OPTIONS_DEFAULT=OPENSSL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402050650.s156ohFh087857>