diff options
Diffstat (limited to 'net/openmpi')
-rw-r--r-- | net/openmpi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index 2535dce33f3d..f99e2fcdc58b 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -106,7 +106,7 @@ PLIST_SUB+= NO_MCA_PATCHER_OVERWRITE="@comment " PLIST_SUB+= NO_MCA_PATCHER_OVERWRITE="" .endif -.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 170 +.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 170 && !${ARCH:Mpowerpc*} PLIST_SUB+= SHORTFLOAT="" .else PLIST_SUB+= SHORTFLOAT="@comment " |