svn commit: r549830 - head/devel/socket_wrapper

Mark Linimon linimon at FreeBSD.org
Wed Sep 23 19:21:15 UTC 2020


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"
 


More information about the svn-ports-head mailing list