Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2015 20:29:40 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r397082 - branches/2015Q3/archivers/p7zip
Message-ID:  <201509162029.t8GKTePE078355@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Wed Sep 16 20:29:39 2015
New Revision: 397082
URL: https://svnweb.freebsd.org/changeset/ports/397082

Log:
  MFH: r396461
  
  It turned out -fPIC is required on sparc64 as well: it dumps core without
  it on extraction, which turn breaks e.g. `sysutils/namefix' port.  Do not
  bump port revision again as it was bumped just couple of hours ago, which
  is just too small in Tier-2 land for which we do not produce any packages
  anyways.
  
  Tested on:	flame
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2015Q3/archivers/p7zip/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/archivers/p7zip/Makefile
==============================================================================
--- branches/2015Q3/archivers/p7zip/Makefile	Wed Sep 16 20:29:06 2015	(r397081)
+++ branches/2015Q3/archivers/p7zip/Makefile	Wed Sep 16 20:29:39 2015	(r397082)
@@ -24,6 +24,7 @@ CFLAGS_aarch64=	-fPIC
 CFLAGS_amd64=	-fPIC
 CFLAGS_ia64=	-fPIC
 CFLAGS_powerpc=	-fPIC
+CFLAGS_sparc64=	-fPIC
 
 OPTIONS_DEFINE=	DOCS
 



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