diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-22 15:37:49 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-22 15:37:49 +0000 |
commit | 8e35c439c769490a18f58d14471add9d7e5279ef (patch) | |
tree | 7f03830896951da1c74f06eba5ef88e3e0a28afd | |
parent | 5765994c280f3eb7b6f4f44579aed4f4d7a0b647 (diff) | |
download | ports-8e35c439c769490a18f58d14471add9d7e5279ef.tar.gz ports-8e35c439c769490a18f58d14471add9d7e5279ef.zip |
science/step: remove not necessary CXXFLAGS_powerpc64
-rw-r--r-- | science/step/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/science/step/Makefile b/science/step/Makefile index 2d001f241068..7f9443e72aaa 100644 --- a/science/step/Makefile +++ b/science/step/Makefile @@ -22,7 +22,6 @@ USE_KDE= attica auth bookmarks codecs completion config configwidgets \ USE_QT= concurrent core dbus declarative gui network opengl printsupport svg \ widgets xml \ buildtools_build qmake_build -CXXFLAGS_powerpc64= -Wno-error=return-type CXXFLAGS_powerpc= -Wno-error=return-type CXXFLAGS_powerpcspe= -Wno-error=return-type CXXFLAGS_sparc64= -Wno-error=return-type |