Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2019 18:04:34 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492263 - head/editors/libreoffice
Message-ID:  <201902051804.x15I4Ywv046678@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902051804.x15I4Ywv046678>