the databases/redis port to the latest stable version, 5.0.6. PR: 241526 Reviewed by: portmgr (adamw) Approved by: portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D22336
16 lines
342 B
Plaintext
16 lines
342 B
Plaintext
--- deps/linenoise/Makefile.orig 2015-01-17 22:13:25.000000000 +0300
|
|
+++ deps/linenoise/Makefile 2015-01-17 22:13:45.000000000 +0300
|
|
@@ -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)
|