Accepted submit request 66946 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/66946 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=17
12 lines
345 B
Diff
12 lines
345 B
Diff
--- Makefile.orig 2011-03-07 11:17:14.000000000 +0100
|
|
+++ Makefile 2011-03-07 11:17:17.000000000 +0100
|
|
@@ -32,7 +32,7 @@
|
|
RPM_VERSION = $(word 1,$(RPM_VERLIST))
|
|
RPM_RELEASE = $(word 2,$(RPM_VERLIST))$(if $(WTDIRTY),.dirty)
|
|
|
|
-LDLIBS ?= -lcurses
|
|
+LDLIBS ?= -lncurses
|
|
CFLAGS ?= -Wall -O2
|
|
DFLAGS = -g -DDEBUG -Werror -O0
|
|
PROGS = tig test-graph
|