freebsd-ports/shells/esh/files/patch-aa
Jacques Vidrine 7a2c36bffc Update 0.8 -> 0.8.5.
Release MAINTAINER.
2002-02-06 22:40:05 +00:00

22 lines
429 B
Plaintext

--- 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.