openbsd-ports/databases/redis/patches/patch-deps_linenoise_Makefile
2013-01-16 13:13:03 +00:00

18 lines
416 B
Plaintext

$OpenBSD: patch-deps_linenoise_Makefile,v 1.5 2013/01/16 13:13:03 dcoppa Exp $
--- deps/linenoise/Makefile.orig Thu Jan 10 17:15:16 2013
+++ deps/linenoise/Makefile Wed Jan 16 13:13:27 2013
@@ -1,10 +1,10 @@
STD=
-WARN= -Wall
-OPT= -Os
+# WARN= -Wall
+# 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)