freebsd-ports/mail/youbin/files/patch-ab
1996-08-21 09:06:55 +00:00

20 lines
477 B
Text

diff -c Makefile.dist.orig Makefile.dist
*** Makefile.dist.orig Fri Jul 8 17:51:25 1994
--- Makefile.dist Fri Aug 9 13:39:57 1996
***************
*** 70,76 ****
CC = cc
# CC = gcc
! CFLAGS = $(OPTIMIZE) $(DEFINITIONS) $(PB_CFLAGS)
# For MIPS.
# CFLAGS = -systype bsd43 $(OPTIMIZE) $(DEFINITIONS)
--- 70,76 ----
CC = cc
# CC = gcc
! CFLAGS += $(OPTIMIZE) $(DEFINITIONS) $(PB_CFLAGS)
# For MIPS.
# CFLAGS = -systype bsd43 $(OPTIMIZE) $(DEFINITIONS)