diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-02-06 02:04:33 +0800 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-02-06 02:04:33 +0800 |
commit | 3e5e127b58d3f7c8da15b92795c73b1774e9be14 (patch) | |
tree | 7e3b6c5e1b3ab5c7ea52f2c03c19cf9dd4488154 /editors/libreoffice | |
parent | d20c1e9a1c866724ea42850aabb9c4f74eb68ce8 (diff) | |
download | freebsd-ports-gnome-3e5e127b58d3f7c8da15b92795c73b1774e9be14.tar.gz freebsd-ports-gnome-3e5e127b58d3f7c8da15b92795c73b1774e9be14.tar.zst freebsd-ports-gnome-3e5e127b58d3f7c8da15b92795c73b1774e9be14.zip |
Remove unnecessary CXXFLAGS for powerpcspe
gcc already defineds the correct one.
PR: 234776
Submitted by: jhibbits
Diffstat (limited to 'editors/libreoffice')
-rw-r--r-- | editors/libreoffice/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 4c1ee2a9d260..f94a94fe0794 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -279,8 +279,6 @@ CXXFLAGS_WARN= -Woverloaded-virtual -Wno-unused-parameter -Wno-unused-local-type CXXFLAGS_WARN= -Wshadow -Woverloaded-virtual .endif -CXXFLAGS_powerpcspe= -D__NO_FPRS - post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/shell/source/unix/exec/shellexec.cxx |