diff options
author | cjh <cjh@FreeBSD.org> | 2004-12-04 17:54:00 +0000 |
---|---|---|
committer | cjh <cjh@FreeBSD.org> | 2004-12-04 17:54:00 +0000 |
commit | b555a8785e41a427e6476be67093e2271631a172 (patch) | |
tree | 99a11dde8e1f847815565d6cb4cea9cad2d821b9 /korean | |
parent | 0e2fb6866d325162477050ae95c81227e382dbdf (diff) | |
download | FreeBSD-ports-b555a8785e41a427e6476be67093e2271631a172.zip FreeBSD-ports-b555a8785e41a427e6476be67093e2271631a172.tar.gz |
Fix build in amd64.
PR: ports/63414
Submitted by: Hendrik Scholz <hendrik@scholz.net>
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/ |