Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2020 19:21:15 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549830 - head/devel/socket_wrapper
Message-ID:  <202009231921.08NJLFTf046011@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Sep 23 19:21:15 2020
New Revision: 549830
URL: https://svnweb.freebsd.org/changeset/ports/549830

Log:
  Canonicalize CFLAGS across all powerpc variants.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/socket_wrapper/Makefile

Modified: head/devel/socket_wrapper/Makefile
==============================================================================
--- head/devel/socket_wrapper/Makefile	Wed Sep 23 19:18:04 2020	(r549829)
+++ head/devel/socket_wrapper/Makefile	Wed Sep 23 19:21:15 2020	(r549830)
@@ -16,9 +16,10 @@ USE_LDCONFIG=		yes
 CFLAGS_aarch64=	-Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast
 CFLAGS_mips=	-Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast
 CFLAGS_mips64=	-Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast
-CFLAGS_powerpcspe=	-Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast
-CFLAGS_powerpc=	-Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast
+CFLAGS_powerpc=		-Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast
 CFLAGS_powerpc64=	-Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast
+CFLAGS_powerpc64le=	-Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast
+CFLAGS_powerpcspe=	-Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast
 CFLAGS_sparc64=	-Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast
 CMAKE_ARGS=		-DMAN_INSTALL_DIR:PATH="${PREFIX}/man"
 



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