mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
f6d645c05f
Submitted by: max@sfc.wide.ad.jp
21 lines
477 B
Plaintext
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)
|