Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2018 19:26:28 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481181 - head/devel/ccache/files
Message-ID:  <201810031926.w93JQSUE079501@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Wed Oct  3 19:26:27 2018
New Revision: 481181
URL: https://svnweb.freebsd.org/changeset/ports/481181

Log:
  Note why CXX is used here

Modified:
  head/devel/ccache/files/extra-patch-memcached-Makefile.in

Modified: head/devel/ccache/files/extra-patch-memcached-Makefile.in
==============================================================================
--- head/devel/ccache/files/extra-patch-memcached-Makefile.in	Wed Oct  3 19:06:45 2018	(r481180)
+++ head/devel/ccache/files/extra-patch-memcached-Makefile.in	Wed Oct  3 19:26:27 2018	(r481181)
@@ -1,3 +1,6 @@
+libmemcached is a c++ library.  To link statically we need to use cxx rather
+than cc to ensure libc++ is linked in.
+
 --- Makefile.in.orig	2017-03-09 13:00:34.016595000 -0800
 +++ Makefile.in	2017-03-09 13:00:39.656086000 -0800
 @@ -74,7 +74,7 @@ files_to_distclean = Makefile config.h c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810031926.w93JQSUE079501>