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-aa | |
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-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/boxes/files/patch-aa b/misc/boxes/files/patch-aa deleted file mode 100644 index fba8cd8bb141..000000000000 --- a/misc/boxes/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/regexp/Makefile.orig Sun Oct 20 17:56:12 2002 -+++ ./src/regexp/Makefile Sun Oct 20 17:56:19 2002 -@@ -32,7 +32,7 @@ - #============================================================================ - - --CFLAGS = -traditional -O -I. $(CFLAGS_ADDTL) -+CFLAGS += -I. $(CFLAGS_ADDTL) - - ALL_CL = regexp/regexp.c regexp/regsub.c - C_SRC = $(notdir $(ALL_CL)) |