svn commit: r481181 - head/devel/ccache/files

Bryan Drewery bdrewery at FreeBSD.org
Wed Oct 3 19:26:28 UTC 2018


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


More information about the svn-ports-all mailing list