aboutsummaryrefslogtreecommitdiff
path: root/graphics/oyranos
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-12 17:21:04 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-12 17:21:04 +0000
commita07038e2a4d87c76804b89934a816276f162f6d0 (patch)
treea30f015659465845de20bb3140fcd543a50b4d0b /graphics/oyranos
parent6aac4a929033cb492da0f3b651fcab577e3099c0 (diff)
downloadports-a07038e2a4d87c76804b89934a816276f162f6d0.tar.gz
ports-a07038e2a4d87c76804b89934a816276f162f6d0.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
Notes
Notes: svn path=/head/; revision=438395
Diffstat (limited to 'graphics/oyranos')
-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