diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/oyranos/Makefile | 4 |
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 |