summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-09-16 21:02:31 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-09-16 21:02:31 +0000
commit00c8d7ca04ad07156c761ea926c931b6a8d1e71d (patch)
tree34cafea0a5ef75397593fddc53ba84ae84bd5c7b
parent0f9ccf810cc75262b0ac52d4e193633ac85920dc (diff)
downloadfreebsd-ports-00c8d7ca04ad07156c761ea926c931b6a8d1e71d.zip
math/flexfloat: remove not necessary CFLAGS_powerpc64
-rw-r--r--math/flexfloat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/flexfloat/Makefile b/math/flexfloat/Makefile
index bb489a5d7c13..2dc047ce1754 100644
--- a/math/flexfloat/Makefile
+++ b/math/flexfloat/Makefile
@@ -1,5 +1,6 @@
PORTNAME= flexfloat
DISTVERSION= g20220606
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
@@ -19,7 +20,6 @@ USE_GITHUB= yes
GH_ACCOUNT= oprecomp
GH_TAGNAME= ac67200de13ed9584500832a2d38a29c79331c1c
-CFLAGS_powerpc64= -mfloat128 -mvsx
CFLAGS_powerpc= -mfloat128 -mvsx
CMAKE_OFF= BUILD_TESTS BUILD_EXAMPLES