mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
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
@ -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 New Issue
Block a user