diff options
author | ache <ache@FreeBSD.org> | 1994-12-12 10:18:01 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-12-12 10:18:01 +0800 |
commit | d88a256ee3df2bfe6f3c56c28bd19fc8aa988b5a (patch) | |
tree | a86e3efcfbedd2b9e6df7c99e5c7490e1600d0d3 /shells/bash/files | |
parent | 0c11cd0bcaa6b294d1703c4a6032a8bc77ad9559 (diff) | |
download | freebsd-ports-gnome-d88a256ee3df2bfe6f3c56c28bd19fc8aa988b5a.tar.gz freebsd-ports-gnome-d88a256ee3df2bfe6f3c56c28bd19fc8aa988b5a.tar.zst freebsd-ports-gnome-d88a256ee3df2bfe6f3c56c28bd19fc8aa988b5a.zip |
Upgrade to 1.14.3
Diffstat (limited to 'shells/bash/files')
-rw-r--r-- | shells/bash/files/patch-ab | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/shells/bash/files/patch-ab b/shells/bash/files/patch-ab index b3851b10a007..5bb8de2d202c 100644 --- a/shells/bash/files/patch-ab +++ b/shells/bash/files/patch-ab @@ -1,5 +1,5 @@ -*** cpp-Makefile.orig Thu Sep 29 05:00:51 1994 ---- cpp-Makefile Tue Jul 19 14:02:14 1994 +*** cpp-Makefile.orig Mon Dec 12 04:14:30 1994 +--- cpp-Makefile Mon Dec 12 04:14:30 1994 *************** *** 136,144 **** /* This is guaranteed to work, even if you have the fixed includes! @@ -22,6 +22,23 @@ #else /* !HAVE_GCC */ CC = CPP_CC *************** +*** 304,310 **** + /**/# The GNU coding standards don't recognize the possibility that + /**/# other information besides optimization and debugging might be + /**/# passed to cc. A different name should have been used. +! CFLAGS = -O -g + + SYSTEM_FLAGS = $(LINEBUF) $(VPRINTF) $(UNISTD) $(STDLIB) $(LIMITSH) \ + $(GROUPS) $(RESOURCE) $(PARAM) $(SIGHANDLER) $(SYSDEP) $(WAITH) \ +--- 304,310 ---- + /**/# The GNU coding standards don't recognize the possibility that + /**/# other information besides optimization and debugging might be + /**/# passed to cc. A different name should have been used. +! #CFLAGS = -O -g + + SYSTEM_FLAGS = $(LINEBUF) $(VPRINTF) $(UNISTD) $(STDLIB) $(LIMITSH) \ + $(GROUPS) $(RESOURCE) $(PARAM) $(SIGHANDLER) $(SYSDEP) $(WAITH) \ +*************** *** 383,389 **** Program = bash |