Date: Tue, 2 Jul 2019 20:30:44 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505704 - head/graphics/caffe Message-ID: <201907022030.x62KUi4b035482@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Jul 2 20:30:44 2019 New Revision: 505704 URL: https://svnweb.freebsd.org/changeset/ports/505704 Log: Revert r505631, it breaks build on tier1 Reported by: pkg-fallout Modified: head/graphics/caffe/Makefile Modified: head/graphics/caffe/Makefile ============================================================================== --- head/graphics/caffe/Makefile Tue Jul 2 20:16:28 2019 (r505703) +++ head/graphics/caffe/Makefile Tue Jul 2 20:30:44 2019 (r505704) @@ -59,7 +59,7 @@ post-extract: post-patch: @${REINPLACE_CMD} \ - -e "s|%%CXX%%|${CXX}|g" \ + -e "s|%%CXX%%|clang++|g" \ -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ -e "s|%%DATADIR%%|${DATADIR}|g" \ -e "s|%%PYTHON_INCLUDEDIR%%|${PYTHON_INCLUDEDIR}|g" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907022030.x62KUi4b035482>