1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/shells/esh/files/patch-aa
Jacques Vidrine 5230c3cfb1 Master site disappeared. Use MASTER_SITE_LOCAL.
Noticed by:	fenner
2001-01-22 12:52:01 +00:00

20 lines
411 B
Plaintext

--- Makefile.orig Thu May 20 14:08:23 1999
+++ Makefile Thu May 20 14:10:30 1999
@@ -1,8 +1,3 @@
-
-# Your C compiler.
-
-CC=gcc
-
# Where your readline library is.
# You can compile with a hacked replacement of readline instead by
# doing this:
@@ -18,7 +13,7 @@
# -DMEM_DEBUG Check for memory leaks.
#
-CFLAGS=-g -Wall -DMEM_DEBUG $(INC) -pg
+CFLAGS+=$(INC)
# No need to change this stuff.