Summary: | [patch] net-im/licq: fix build on FreeBSD 10+ | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Tijl Coosemans <tijl> | ||||
Component: | Individual Port(s) | Assignee: | Dirk Meyer <dinoex> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Tijl Coosemans
2014-02-02 20:50:03 UTC
Responsible Changed From-To: freebsd-ports-bugs->dinoex Over to maintainer (via the GNATS Auto Assign Tool) 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed |