svn commit: r488730 - head/databases/cassandra-cpp-driver
Tobias C. Berner
tcberner at FreeBSD.org
Sun Dec 30 18:18:18 UTC 2018
Author: tcberner
Date: Sun Dec 30 18:18:17 2018
New Revision: 488730
URL: https://svnweb.freebsd.org/changeset/ports/488730
Log:
databases/cassandra-cpp-driver: fix build with gcc after r488341
- I introduced a double USES line in r488341.
PR: 234507
Pointy hat: tcberner
Submitted by: Piotr Kubaj <pkubaj at anongoth.pl>
Modified:
head/databases/cassandra-cpp-driver/Makefile
Modified: head/databases/cassandra-cpp-driver/Makefile
==============================================================================
--- head/databases/cassandra-cpp-driver/Makefile Sun Dec 30 18:07:46 2018 (r488729)
+++ head/databases/cassandra-cpp-driver/Makefile Sun Dec 30 18:18:17 2018 (r488730)
@@ -19,7 +19,6 @@ USE_GITHUB= yes
GH_ACCOUNT= datastax
GH_PROJECT= cpp-driver
-USES= cmake pkgconfig pathfix ssl
CMAKE_ARGS= -DCMAKE_INSTALL_LIBDIR:STRING=lib \
-DCASS_BUILD_STATIC:BOOL=ON
More information about the svn-ports-head
mailing list