svn commit: r492263 - head/editors/libreoffice

Li-Wen Hsu lwhsu at FreeBSD.org
Tue Feb 5 18:04:34 UTC 2019


Author: lwhsu
Date: Tue Feb  5 18:04:33 2019
New Revision: 492263
URL: https://svnweb.freebsd.org/changeset/ports/492263

Log:
  Remove unnecessary CXXFLAGS for powerpcspe
  
  gcc already defineds the correct one.
  
  PR:		234776
  Submitted by:	jhibbits

Modified:
  head/editors/libreoffice/Makefile

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Tue Feb  5 18:01:36 2019	(r492262)
+++ head/editors/libreoffice/Makefile	Tue Feb  5 18:04:33 2019	(r492263)
@@ -279,8 +279,6 @@ CXXFLAGS_WARN=	-Woverloaded-virtual -Wno-unused-parame
 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


More information about the svn-ports-all mailing list