diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-30 15:04:33 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-30 15:04:33 +0000 |
commit | a498f3b462d7c33e84dbb15adf2660b6fe62d517 (patch) | |
tree | 99a973fd52e50e4746d00500027abf9d94f5bb8e /converters/libutf-8 | |
parent | 2341e173959dc05957daa58887cea33a69521140 (diff) | |
download | ports-a498f3b462d7c33e84dbb15adf2660b6fe62d517.tar.gz ports-a498f3b462d7c33e84dbb15adf2660b6fe62d517.zip |
Notes
Diffstat (limited to 'converters/libutf-8')
-rw-r--r-- | converters/libutf-8/Makefile | 1 |
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 |