]> git.pld-linux.org Git - packages/newt.git/blob - newt-nopython.patch
up to 0.52.22
[packages/newt.git] / newt-nopython.patch
1 --- newt-0.52.17/Makefile.in.orig       2014-02-19 17:56:53.000000000 +0100
2 +++ newt-0.52.17/Makefile.in    2014-03-01 12:36:24.047966175 +0100
3 @@ -20,6 +20,7 @@
4  else
5  WHIPTCLSO =
6  endif
7 +SNACKSO = _snack.$(SOEXT)
8  
9  PROGS = test whiptail $(WHIPTCLSO) testgrid testtree showchars showkey
10  TESTOBJS = test.o testgrid.o testtree.o showchars.o showkey.o
11 @@ -65,7 +66,7 @@
12  TARGET=depend $(PROGS)
13  endif
14  
15 -all:   $(TARGET) _snack.$(SOEXT)
16 +all:   $(TARGET) $(SNACKSO)
17  
18  test:  test.o $(LIBNEWT)
19         $(CC) -g -o test test.o $(LIBNEWT) $(LDFLAGS) $(LIBS)
20 @@ -149,7 +150,7 @@
21         install -m 644 whiptail.1 $(instroot)/$(man1dir)
22         make -C po datadir=$(instroot)/$(datadir) install
23  
24 -install-sh: sharedlib $(WHIPTCLSO) _snack.$(SOEXT)
25 +install-sh: sharedlib $(WHIPTCLSO) $(SNACKSO)
26         [ -d $(instroot)/$(libdir) ] || install -m 755 -d $(instroot)/$(libdir)
27         [ -d $(instroot)/$(includedir) ] || install -m 755 -d $(instroot)/$(includedir)
28         [ -d $(instroot)/$(pkgconfigdir) ] || install -m 755 -d $(instroot)/$(pkgconfigdir)
This page took 0.07897 seconds and 3 git commands to generate.