diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-08-09 11:06:37 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-08-09 11:09:59 +0200 |
commit | 6bbfe5c3dd82f73e817f88e3ff020482b5d74a54 (patch) | |
tree | ce0eb44dd77a90128193969352a82a907ba1881a /databases/redis/files/patch-deps_linenoise_Makefile | |
parent | databases/redis80: New port (diff) |
databases/redis: Update version 8.0.3=>8.2.0
- Refresh patches and make them makepatch compatible
Changelog: https://github.com/redis/redis/releases/tag/8.2.0
Diffstat (limited to 'databases/redis/files/patch-deps_linenoise_Makefile')
-rw-r--r-- | databases/redis/files/patch-deps_linenoise_Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/redis/files/patch-deps_linenoise_Makefile b/databases/redis/files/patch-deps_linenoise_Makefile new file mode 100644 index 000000000000..aef0f10966af --- /dev/null +++ b/databases/redis/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) |