]> git.pld-linux.org Git - packages/4store.git/blob - 4store-termcap.patch
- missing BRs
[packages/4store.git] / 4store-termcap.patch
1 diff -ur 4store-v0.9.5-o/configure 4store-v0.9.5/configure
2 --- 4store-v0.9.5-o/configure   2009-07-31 05:59:28.000000000 -0600
3 +++ 4store-v0.9.5/configure     2009-08-09 13:14:17.442170688 -0600
4 @@ -31,7 +31,6 @@
5  pkg-config --exists glib-2.0 && pass "glib2 installed" || fail "no glib2 devel system"
6  test -e "`which pcre-config`" && pass "pcre installed" || fail "no pcre devel system installed"
7  libtest "ncurses"
8 -libtest "termcap"
9  libtest "readline" "-lncurses"
10  pkg-config --exists avahi-glib avahi-client && pass "avahi installed" || ( test -e /usr/include/dns_sd.h && pass "dns_sd installed" || optfail "no mDNS library, will build without cluster support" )
11  
12 Only in 4store-v0.9.5: configure~
13 Only in 4store-v0.9.5: configure.orig
14 Only in 4store-v0.9.5: configure.rej
15 Only in 4store-v0.9.5: configure.rej~
16 diff -ur 4store-v0.9.5-o/src/utilities/Makefile 4store-v0.9.5/src/utilities/Makefile
17 --- 4store-v0.9.5-o/src/utilities/Makefile      2009-08-09 13:13:32.775689992 -0600
18 +++ 4store-v0.9.5/src/utilities/Makefile        2009-08-09 13:14:34.785501578 -0600
19 @@ -2,7 +2,7 @@
20  include ../darwin.mk
21  
22  CFLAGS = -Wall -g -std=gnu99 -I.. -DGIT_REV=\"$(gitrev)\" `pkg-config --cflags glib-2.0`
23 -LDFLAGS = $(ldfdarwin) $(ldflinux) -lz `pkg-config --libs glib-2.0 raptor` -lreadline -ltermcap
24 +LDFLAGS = $(ldfdarwin) $(ldflinux) -lz `pkg-config --libs glib-2.0 raptor` -lreadline
25  
26  BINS = 4s-backend-setup 4s-backend-destroy 4s-backend-info 4s-backend-copy \
27   4s-backend-passwd 4s-rid
28 Only in 4store-v0.9.5/src/utilities: Makefile~
29 Only in 4store-v0.9.5/src/utilities: Makefile.orig
30 Only in 4store-v0.9.5/src/utilities: Makefile.rej
This page took 0.049011 seconds and 3 git commands to generate.