1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/shells/esh/files/patch-aa

22 lines
429 B
Plaintext
Raw Normal View History

--- Makefile.orig Wed Feb 6 16:23:28 2002
+++ Makefile Wed Feb 6 16:23:51 2002
@@ -1,7 +1,7 @@
# Your C compiler.
-CC=gcc
+#CC=gcc
# Where your readline library is.
# You can compile with a "gets()" replacement instead.
@@ -19,7 +19,8 @@
# -DMEM_DEBUG Check for memory leaks.
#
-CFLAGS=-g -Wall -DMEM_DEBUG $(INC)
+#CFLAGS=-g -Wall -DMEM_DEBUG $(INC)
+CFLAGS+= $(INC)
# No need to change this stuff.