diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-03-25 14:28:54 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-03-25 14:28:54 +0000 |
commit | ed2d6f77c3342caad41fd7dc75389108fe32a0e8 (patch) | |
tree | 9ad1477d659ac094df66c10fe9bec32d69e048ea | |
parent | ba3abaa39938b138c6ce991b3249f2d7e321a465 (diff) |
devel/pcre: remove USES=compiler:c++11-lang for powerpc64le
Support for powerpc64le appeared in 13.0-RELEASE and C++11 compiler was already provided.
-rw-r--r-- | devel/pcre/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index 9cbb92acf33e..90419f360f41 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENCE USES= ${USES_${ARCH}} cpe libtool pathfix tar:bzip2 USES_powerpc= compiler:c++11-lang USES_powerpc64= compiler:c++11-lang -USES_powerpc64le= compiler:c++11-lang USES_powerpcspe= compiler:c++11-lang USES_sparc64= compiler:c++11-lang USE_LDCONFIG= yes |