diff options
Diffstat (limited to 'misc/boxes/files/patch-aa')
-rw-r--r-- | misc/boxes/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/boxes/files/patch-aa b/misc/boxes/files/patch-aa new file mode 100644 index 000000000000..fba8cd8bb141 --- /dev/null +++ b/misc/boxes/files/patch-aa @@ -0,0 +1,11 @@ +--- ./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)) |