mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
14 lines
451 B
Plaintext
14 lines
451 B
Plaintext
--- Makefile.orig Thu Dec 17 23:04:03 1998
|
|
+++ Makefile Thu Jan 7 10:34:19 1999
|
|
@@ -1,8 +1,8 @@
|
|
# Anyone who knows how to make Makefiles please help out.
|
|
# I have no clue but this appears to work fairly well
|
|
# be sure to use gmake
|
|
-CC = gcc
|
|
-CFLAGS = -O2 -Wall -DUNIX -DANSI_COLOR
|
|
+#CC = gcc
|
|
+CFLAGS += -DUNIX -DANSI_COLOR
|
|
# Uncomment the below line for humorous messages
|
|
#CFLAGS += -DFUNNY_MSGS
|
|
# uncomment the line below for debuging info
|