diff options
author | danfe <danfe@FreeBSD.org> | 2015-09-09 18:56:41 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-09-09 18:56:41 +0800 |
commit | 6fc8ae8b610b7fdee74a172082edb0ec717d0233 (patch) | |
tree | f3b1c78489dcd2dbbd2435e7dc092ddd440f6001 /archivers | |
parent | 1fa4fe9854860897b78a0601aaa3a1505029fc79 (diff) | |
download | freebsd-ports-gnome-6fc8ae8b610b7fdee74a172082edb0ec717d0233.tar.gz freebsd-ports-gnome-6fc8ae8b610b7fdee74a172082edb0ec717d0233.tar.zst freebsd-ports-gnome-6fc8ae8b610b7fdee74a172082edb0ec717d0233.zip |
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
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p7zip/Makefile | 1 |
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 |