1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 13:57:08 +00:00
termux-packages/packages/stag/Makefile.patch
2016-09-01 13:24:51 +02:00

10 lines
360 B
Diff

--- stag/Makefile 2016-08-31 15:10:57.847902802 +0200
+++ Makefile 2016-08-31 15:09:34.507902834 +0200
@@ -1,5 +1,5 @@
CC ?= gcc
-CFLAGS=-Wall -Werror -Wextra -std=c99 -pedantic -Wno-unused-parameter
+CFLAGS+=-Wall -Werror -Wextra -std=c99 -pedantic -Wno-unused-parameter
# D_BSD_SOURCE for strsep
LIBS=-lncurses -lm -D_DEFAULT_SOURCE
PREFIX ?= /usr/local