1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

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
This commit is contained in:
Alexey Dokuchaev 2015-09-09 10:56:41 +00:00
parent 9472c7f5cc
commit 1f7ed1eed7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396461

View File

@ -24,6 +24,7 @@ CFLAGS_aarch64= -fPIC
CFLAGS_amd64= -fPIC
CFLAGS_ia64= -fPIC
CFLAGS_powerpc= -fPIC
CFLAGS_sparc64= -fPIC
OPTIONS_DEFINE= DOCS