Fix build of security/encfs on sparc64. Switch to base-clang ports-gcc

by taking out ports-clang
This commit is contained in:
kmos 2022-07-03 22:31:00 +00:00
parent 4de72e07bd
commit 51254d3297
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ COMMENT = fuse-based cryptographic filesystem
V = 1.9.5
DISTNAME = encfs-$V
REVISION = 4
REVISION = 5
CATEGORIES = security
@ -15,7 +15,7 @@ WANTLIB += ${COMPILER_LIBCXX} c crypto fuse intl m ssl tinyxml2
MASTER_SITES = https://github.com/vgough/encfs/releases/download/v$V/
COMPILER = base-clang ports-clang ports-gcc
COMPILER = base-clang ports-gcc
MODULES = devel/cmake \
lang/python