]> git.pld-linux.org Git - packages/newt.git/blob - newt-nopython.patch
b294e49aa0bada512ed8d075c4960b799def22c2
[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         make -C po datadir=$(instroot)/$(datadir) install
22         install -m 644 libnewt.pc $(instroot)/$(pkgconfigdir)
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         install -m 755 $(LIBNEWTSH) $(instroot)/$(libdir)
28         ln -sf $(LIBNEWTSONAME) $(instroot)/$(libdir)/libnewt.$(SOEXT)
This page took 0.020239 seconds and 2 git commands to generate.