summaryrefslogtreecommitdiff
path: root/databases/redis5/files/patch-deps-linenoise-Makefile
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2021-01-13 15:37:27 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2021-01-13 15:37:27 +0000
commit8b939f044b43fb905f34333c9cd54c63687f6d9e (patch)
treee031e8395f3f4e936ba083c5b87757ffd09958d8 /databases/redis5/files/patch-deps-linenoise-Makefile
parentmultimedia/rav1e: update to 0.4.0 (diff)
Repo-copy databases/redis to databases/redis5.
Update CONFLICTS. Do not connect to the build.
Diffstat (limited to 'databases/redis5/files/patch-deps-linenoise-Makefile')
-rw-r--r--databases/redis5/files/patch-deps-linenoise-Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/redis5/files/patch-deps-linenoise-Makefile b/databases/redis5/files/patch-deps-linenoise-Makefile
new file mode 100644
index 000000000000..aef0f10966af
--- /dev/null
+++ b/databases/redis5/files/patch-deps-linenoise-Makefile
@@ -0,0 +1,15 @@
+--- deps/linenoise/Makefile.orig 2019-09-25 10:40:18 UTC
++++ deps/linenoise/Makefile
+@@ -1,10 +1,10 @@
+ STD=
+ WARN= -Wall
+-OPT= -Os
++#OPT= -Os
+
+ R_CFLAGS= $(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS)
+ R_LDFLAGS= $(LDFLAGS)
+-DEBUG= -g
++#DEBUG= -g
+
+ R_CC=$(CC) $(R_CFLAGS)
+ R_LD=$(CC) $(R_LDFLAGS)