Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2020 18:57:12 +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: r549820 - head/devel/libmsocket
Message-ID:  <202009231857.08NIvCQk029320@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Sep 23 18:57:12 2020
New Revision: 549820
URL: https://svnweb.freebsd.org/changeset/ports/549820

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

Modified:
  head/devel/libmsocket/Makefile

Modified: head/devel/libmsocket/Makefile
==============================================================================
--- head/devel/libmsocket/Makefile	Wed Sep 23 18:55:27 2020	(r549819)
+++ head/devel/libmsocket/Makefile	Wed Sep 23 18:57:12 2020	(r549820)
@@ -31,8 +31,10 @@ PLIST_FILES=	lib/libmsocket.so \
 CFLAGS_aarch64+=-fPIC -DPIC
 CFLAGS_amd64+=	-fPIC -DPIC
 CFLAGS_i386+=	-fPIC -DPIC
-CFLAGS_powerpc64+=	-fPIC -DPIC
 CFLAGS_powerpc+=	-fPIC -DPIC
+CFLAGS_powerpc64+=	-fPIC -DPIC
+CFLAGS_powerpc64le+=	-fPIC -DPIC
+CFLAGS_powerpcspe+=	-fPIC -DPIC
 
 DEBUG_CONFIGURE_ON=	--enable-debug
 



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