aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2015-09-16 20:29:39 +0000
committerMark Felder <feld@FreeBSD.org>2015-09-16 20:29:39 +0000
commit5a84d749b9dc8fcb8a317148f6bff6b0b1fe7151 (patch)
tree62f72f58c3bc5cf093da8213ad54654318fce41a
parentbcb0e0ef78a3b27f970ffd697cc2805153073034 (diff)
downloadports-5a84d749b9dc8fcb8a317148f6bff6b0b1fe7151.tar.gz
ports-5a84d749b9dc8fcb8a317148f6bff6b0b1fe7151.zip
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)
Notes
Notes: svn path=/branches/2015Q3/; revision=397082
-rw-r--r--archivers/p7zip/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile
index 2993491666d5..dd9becdbc317 100644
--- a/archivers/p7zip/Makefile
+++ b/archivers/p7zip/Makefile
@@ -24,6 +24,7 @@ CFLAGS_aarch64= -fPIC
CFLAGS_amd64= -fPIC
CFLAGS_ia64= -fPIC
CFLAGS_powerpc= -fPIC
+CFLAGS_sparc64= -fPIC
OPTIONS_DEFINE= DOCS