diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 1999-04-09 15:37:52 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 1999-04-09 15:37:52 +0000 |
| commit | f712914f869c897faaa73cafd373ff17d94999d7 (patch) | |
| tree | 1d1d016edb85552582c8412cba1a9e33383bda8a /textproc/glimpse/files/patch-ah | |
| parent | Update to GNATS 3.110 (diff) | |
Port was overriding -O? optimization in CFLAGS with -O.
Approved by: chuckr (maintainer)
Diffstat (limited to 'textproc/glimpse/files/patch-ah')
| -rw-r--r-- | textproc/glimpse/files/patch-ah | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/glimpse/files/patch-ah b/textproc/glimpse/files/patch-ah new file mode 100644 index 000000000000..f5358efc1aa6 --- /dev/null +++ b/textproc/glimpse/files/patch-ah @@ -0,0 +1,11 @@ +--- compress/Makefile.in~ Thu Apr 8 23:18:20 1999 ++++ compress/Makefile.in Thu Apr 8 23:18:29 1999 +@@ -34,7 +34,7 @@ + + all: lib tbuild cast uncast test + +-CFLAGS = @CFLAGS@ -O ++CFLAGS = -O @CFLAGS@ + ALL_CFLAGS = $(CFLAGS) $(DEFS) -I$(INDEXSRC) -I$(AGREPSRC) -I$(TEMPLATESRC)/include + + .c.o: |
