You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
1.1 KiB

Index: Makefile.in
--- Makefile.in.orig 2007-06-01 10:18:45 +0200
+++ Makefile.in 2007-06-07 09:36:09 +0200
@@ -52,11 +52,7 @@
$(includedir)/xcurses/curspriv.h
$(INSTALL) -c -m 644 $(pdcursesdir)/libXCurses.a $(libdir)/libXCurses.a
-$(RANLIB) $(libdir)/libXCurses.a
- -$(INSTALL) -c -m 755 $(pdcursesdir)/$(SHLPRE)$(SHLFILE)$(SHLPST) \
- $(libdir)/$(SHLPRE)$(SHLFILE)$(SHLPST)
- ln -f -s $(libdir)/$(SHLPRE)$(SHLFILE)$(SHLPST) \
- $(libdir)/$(SHLPRE)Xpanel$(SHLPST)
- ln -f -s $(libdir)/libXCurses.a $(libdir)/libXpanel.a
+ ln -f $(libdir)/libXCurses.a $(libdir)/libXpanel.a
-$(RANLIB) $(libdir)/libXpanel.a
$(INSTALL) -c -m 755 x11/xcurses-config $(bindir)/xcurses-config
Index: x11/Makefile.in
--- x11/Makefile.in.orig 2007-06-05 06:06:23 +0200
+++ x11/Makefile.in 2007-06-07 09:35:52 +0200
@@ -40,7 +40,7 @@
LIB_DEPS = -L$(PDCURSES_SRCDIR)/x11 -lXCurses
-PDCLIBS = $(LIBCURSES) @SHL_TARGETS@
+PDCLIBS = $(LIBCURSES)
DEMOS = firework newdemo ptest rain testcurs tuidemo worm xmas
DEMOOBJS = firework.o newdemo.o ptest.o rain.o testcurs.o tui.o \