aboutsummaryrefslogtreecommitdiffstats
path: root/www/quark/files/patch-config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'www/quark/files/patch-config.mk')
-rw-r--r--www/quark/files/patch-config.mk19
1 files changed, 0 insertions, 19 deletions
diff --git a/www/quark/files/patch-config.mk b/www/quark/files/patch-config.mk
deleted file mode 100644
index d039948f7da..00000000000
--- a/www/quark/files/patch-config.mk
+++ /dev/null
@@ -1,19 +0,0 @@
---- config.mk.orig 2018-03-05 09:24:46 UTC
-+++ config.mk
-@@ -5,12 +5,11 @@ VERSION = 0
-
- # paths
- PREFIX = /usr/local
--MANPREFIX = $(PREFIX)/share/man
-+MANPREFIX = $(PREFIX)/man
-
- # flags
--CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE
--CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os
--LDFLAGS = -s
-+CPPFLAGS += -DVERSION=\"$(VERSION)\" -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE
-+CFLAGS += -std=c99 -pedantic -Wall -Wextra
-
- # compiler and linker
--CC = cc
-+CC ?= cc