1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/korean/hcode/files/patch-aa

21 lines
440 B
Plaintext
Raw Normal View History

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