- remove test-graph from the spec file as it really isn't a program to ship. - update to 0.18 OBS-URL: https://build.opensuse.org/request/show/80425 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=15
12 lines
329 B
Diff
12 lines
329 B
Diff
--- Makefile 2011-08-28 15:42:39.000000000 -0700
|
|
+++ Makefile 2011-08-30 16:42:46.091484511 -0700
|
|
@@ -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
|