diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-09-22 10:13:45 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-09-22 10:13:45 +0000 |
commit | 1f5598e6ae77fb309bf18a3d48c76f76edba54e5 (patch) | |
tree | 7b4afcf81739b7cb4d0b2293d1e7ade9445db95e | |
parent | 127f833847c5bb5beda0a8ee8ed84e388c0996f4 (diff) | |
download | freebsd-ports-1f5598e6ae77fb309bf18a3d48c76f76edba54e5.zip |
math/flexfloat: remove not necessary anymore CFLAGS_powerpc
-rw-r--r-- | math/flexfloat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/flexfloat/Makefile b/math/flexfloat/Makefile index 2dc047ce1754..b0d8d2bf86dd 100644 --- a/math/flexfloat/Makefile +++ b/math/flexfloat/Makefile @@ -1,6 +1,6 @@ PORTNAME= flexfloat DISTVERSION= g20220606 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -20,7 +20,6 @@ USE_GITHUB= yes GH_ACCOUNT= oprecomp GH_TAGNAME= ac67200de13ed9584500832a2d38a29c79331c1c -CFLAGS_powerpc= -mfloat128 -mvsx CMAKE_OFF= BUILD_TESTS BUILD_EXAMPLES PLIST_FILES= include/flexfloat/flexfloat.h \ |