aboutsummaryrefslogtreecommitdiff
path: root/converters/libutf-8
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2007-05-30 15:04:33 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2007-05-30 15:04:33 +0000
commita498f3b462d7c33e84dbb15adf2660b6fe62d517 (patch)
tree99a973fd52e50e4746d00500027abf9d94f5bb8e /converters/libutf-8
parent2341e173959dc05957daa58887cea33a69521140 (diff)
downloadports-a498f3b462d7c33e84dbb15adf2660b6fe62d517.tar.gz
ports-a498f3b462d7c33e84dbb15adf2660b6fe62d517.zip
Fix build on amd64/ia64 by adding -fPIC to CFLAGS (port installs only
a shared library).
Notes
Notes: svn path=/head/; revision=192398
Diffstat (limited to 'converters/libutf-8')
-rw-r--r--converters/libutf-8/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/libutf-8/Makefile b/converters/libutf-8/Makefile
index 65c9a680c32b..d2229ab41501 100644
--- a/converters/libutf-8/Makefile
+++ b/converters/libutf-8/Makefile
@@ -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