Fix build on amd64/ia64 by adding -fPIC to CFLAGS (port installs only

a shared library).
This commit is contained in:
Tilman Keskinoz 2007-05-30 15:04:33 +00:00
parent 2341e17395
commit a498f3b462
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192398

View file

@ -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