diff options
Diffstat (limited to 'korean/uniksc/Makefile')
-rw-r--r-- | korean/uniksc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korean/uniksc/Makefile b/korean/uniksc/Makefile index cb7711dac3b5..a3b9fec60477 100644 --- a/korean/uniksc/Makefile +++ b/korean/uniksc/Makefile @@ -15,7 +15,7 @@ COMMENT= Converts data between Korean KSC-5601 and Unicode 3.0 UTF-16 INSTALLS_SHLIB= YES -.if ${ARCH:L} == "amd64" +.if ${MACHINE_ARCH:L} == "amd64" CFLAGS+= "-fPIC" .endif |