diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-22 09:00:37 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-22 09:00:37 +0000 |
commit | 3ed5971f4927f1c9cdd7cff97ed09888b528b542 (patch) | |
tree | 0301ffd93231928aa16588dafaee630cce5784de /misc/boxes/files/patch-ab | |
parent | Use dashed options for tar(1). Some old versions of tar(1) (diff) |
- Fix runtime error by regenerating path in config.h
- Use MAKE_ARGS instead of patches
Notes
Notes:
svn path=/head/; revision=133919
Diffstat (limited to '')
-rw-r--r-- | misc/boxes/files/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/boxes/files/patch-ab b/misc/boxes/files/patch-ab deleted file mode 100644 index 55497855b01c..000000000000 --- a/misc/boxes/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- ./src/Makefile.orig Sun Oct 20 17:58:59 2002 -+++ ./src/Makefile Sun Oct 20 17:59:05 2002 -@@ -78,8 +78,8 @@ - - LEX = flex - YACC = bison --CC = gcc --CFLAGS = -ansi -I. -Iregexp -Wall -W $(CFLAGS_ADDTL) -+CC ?= cc -+CFLAGS += -ansi -I. -Iregexp -Wall -W $(CFLAGS_ADDTL) - LDFLAGS = -Lregexp - - GEN_HDR = parser.h boxes.h |