1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/korean/hcode/files/patch-aa
Masafumi Max NAKANE dd97a11c0f New port:
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>
1997-05-03 21:43:56 +00:00

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