1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/mail/youbin/files/patch-ab
1996-08-21 09:06:55 +00:00

21 lines
477 B
Plaintext

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)