mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
dd97a11c0f
hcode-2.1mailpatch2 Hangul Code Conversion program. It can convert almost all kind of current used(or not used anymore) Korean language code, including KS C 5601-1987, ISO-2022-KR, Johab, N-byte, etc. PR: 3153 Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
21 lines
440 B
Plaintext
21 lines
440 B
Plaintext
diff -c -r ./Makefile ../hcode2.1-mailpatch2-old/Makefile
|
|
*** ./Makefile Mon Mar 31 22:16:45 1997
|
|
--- ../hcode2.1-mailpatch2-old/Makefile Mon Mar 31 22:15:35 1997
|
|
***************
|
|
*** 3,9 ****
|
|
SRC = hcode.c conv.c in.c out.c mail.c
|
|
OBJ = $(SRC:.c=.o)
|
|
|
|
! CFLAGS =
|
|
#CFLAGS = -g
|
|
BINDIR = $HOME/bin
|
|
|
|
--- 3,9 ----
|
|
SRC = hcode.c conv.c in.c out.c mail.c
|
|
OBJ = $(SRC:.c=.o)
|
|
|
|
! CFLAGS = -O
|
|
#CFLAGS = -g
|
|
BINDIR = $HOME/bin
|
|
|