svn commit: r505704 - head/graphics/caffe
Antoine Brodin
antoine at FreeBSD.org
Tue Jul 2 20:30:45 UTC 2019
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" \
More information about the svn-ports-all
mailing list