diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2004-12-04 17:54:00 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2004-12-04 17:54:00 +0000 |
commit | c043fe7cb8f9193ab0fe977e8391031ae2be18d6 (patch) | |
tree | 4b76f611716edeca368c8d68f301278e11f9be8d /korean | |
parent | f102055f5369670aaa9f4cb47060808d3eb33cc5 (diff) | |
download | ports-c043fe7cb8f9193ab0fe977e8391031ae2be18d6.tar.gz ports-c043fe7cb8f9193ab0fe977e8391031ae2be18d6.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/uniksc/Makefile | 4 | ||||
-rw-r--r-- | korean/uniksc/pkg-descr | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/korean/uniksc/Makefile b/korean/uniksc/Makefile index 5b674b6e4a33..2d8c78f671a5 100644 --- a/korean/uniksc/Makefile +++ b/korean/uniksc/Makefile @@ -15,4 +15,8 @@ COMMENT= Converts data between Korean KSC-5601 and Unicode 3.0 UTF-16 INSTALLS_SHLIB= YES +if ${MACHINE_ARCH:L} == "amd64" +CFLAGS+= "-fPIC" +.endif + .include <bsd.port.mk> diff --git a/korean/uniksc/pkg-descr b/korean/uniksc/pkg-descr index 3177b94ba304..5a96b0ca28a7 100644 --- a/korean/uniksc/pkg-descr +++ b/korean/uniksc/pkg-descr @@ -2,7 +2,3 @@ uniksc converts data between Korean KSC-5601 and Unicode 3.0 UTF-16 character sets. Currently, it can convert all characters including Hanja in KSC-5601 to UTF-16 characters. Converting UTF-16 to KSC-5601 should work but is incomplete yet. - --- -Bang Jun-Young <bjy@mogua.org> -WWW: http://kldp.org/~bangjy/ |