diff options
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 5b674b6..2d8c78f 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 3177b94..5a96b0c 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/ |