aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-04-13 01:21:04 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-04-13 01:21:04 +0800
commitcdca404ef6a22d40a0a73a081aa4515f399d768e (patch)
treea30f015659465845de20bb3140fcd543a50b4d0b /graphics
parent30f605ccc5c39d3b7465ab58a31ae90ae4da92ca (diff)
downloadfreebsd-ports-gnome-cdca404ef6a22d40a0a73a081aa4515f399d768e.tar.gz
freebsd-ports-gnome-cdca404ef6a22d40a0a73a081aa4515f399d768e.tar.zst
freebsd-ports-gnome-cdca404ef6a22d40a0a73a081aa4515f399d768e.zip
- Fix for the previous commit: leave USE_GCC there when clang is not available to use recent gcc version
Suggested by: jbeich Approved by: portmgr blanket
Diffstat (limited to 'graphics')
-rw-r--r--graphics/oyranos/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/oyranos/Makefile b/graphics/oyranos/Makefile
index 893d74b44f94..e8924e1731f9 100644
--- a/graphics/oyranos/Makefile
+++ b/graphics/oyranos/Makefile
@@ -41,6 +41,10 @@ PORTDOCS= *
PLIST_SUB+= VER=${PORTVERSION}
+.if !exists(/usr/bin/clang)
+USE_GCC= yes
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|lib|libdata|' \
${WRKSRC}/extras/CMakeLists.txt