From c043fe7cb8f9193ab0fe977e8391031ae2be18d6 Mon Sep 17 00:00:00 2001 From: CHOI Junho Date: Sat, 4 Dec 2004 17:54:00 +0000 Subject: Fix build in amd64. PR: ports/63414 Submitted by: Hendrik Scholz --- korean/uniksc/Makefile | 4 ++++ korean/uniksc/pkg-descr | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'korean/uniksc') 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 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 -WWW: http://kldp.org/~bangjy/ -- cgit v1.2.3