Fix build on amd64/ia64 by adding -fPIC to CFLAGS (port installs only
a shared library).
This commit is contained in:
parent
2341e17395
commit
a498f3b462
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192398
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Unicode conversion routines between UCS-4 and UTF-8
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
CFLAGS+= -fPIC
|
||||
|
||||
MAN3= libutf-8.3 fgetu8.3 fputu8.3 sgetu8.3 sputu8.3
|
||||
|
||||
|
|
Loading…
Reference in a new issue