]> git.pld-linux.org Git - packages/newt.git/blame - newt-nopython.patch
up to 0.52.22
[packages/newt.git] / newt-nopython.patch
CommitLineData
307eef8c
JB
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
99bd1e44
JB
3@@ -20,6 +20,7 @@
4 else
5 WHIPTCLSO =
6 endif
307eef8c 7+SNACKSO = _snack.$(SOEXT)
fbb99616
JB
8
9 PROGS = test whiptail $(WHIPTCLSO) testgrid testtree showchars showkey
2f500287 10 TESTOBJS = test.o testgrid.o testtree.o showchars.o showkey.o
99bd1e44 11@@ -65,7 +66,7 @@
fbb99616
JB
12 TARGET=depend $(PROGS)
13 endif
14
307eef8c 15-all: $(TARGET) _snack.$(SOEXT)
2f500287 16+all: $(TARGET) $(SNACKSO)
23ce371a 17
31a977a8 18 test: test.o $(LIBNEWT)
2ed5ec61 19 $(CC) -g -o test test.o $(LIBNEWT) $(LDFLAGS) $(LIBS)
99bd1e44 20@@ -149,7 +150,7 @@
9f523b89 21 install -m 644 whiptail.1 $(instroot)/$(man1dir)
31a977a8 22 make -C po datadir=$(instroot)/$(datadir) install
fbb99616 23
307eef8c 24-install-sh: sharedlib $(WHIPTCLSO) _snack.$(SOEXT)
fbb99616
JB
25+install-sh: sharedlib $(WHIPTCLSO) $(SNACKSO)
26 [ -d $(instroot)/$(libdir) ] || install -m 755 -d $(instroot)/$(libdir)
9f523b89
JP
27 [ -d $(instroot)/$(includedir) ] || install -m 755 -d $(instroot)/$(includedir)
28 [ -d $(instroot)/$(pkgconfigdir) ] || install -m 755 -d $(instroot)/$(pkgconfigdir)
This page took 0.146045 seconds and 4 git commands to generate.