summaryrefslogtreecommitdiffstats
path: root/korean
diff options
context:
space:
mode:
authorcjh <cjh@FreeBSD.org>2004-12-04 17:54:00 +0000
committercjh <cjh@FreeBSD.org>2004-12-04 17:54:00 +0000
commitb555a8785e41a427e6476be67093e2271631a172 (patch)
tree99a11dde8e1f847815565d6cb4cea9cad2d821b9 /korean
parent0e2fb6866d325162477050ae95c81227e382dbdf (diff)
downloadFreeBSD-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/Makefile4
-rw-r--r--korean/uniksc/pkg-descr4
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/
OpenPOWER on IntegriCloud