]> git.pld-linux.org Git - packages/cpmio.git/blob - cpmio-shared.patch
- tabs in preamble
[packages/cpmio.git] / cpmio-shared.patch
1 --- cpmio-1.1.1/lib/Makefile.am.orig    2001-07-07 15:14:31.000000000 +0200
2 +++ cpmio-1.1.1/lib/Makefile.am 2003-08-16 16:23:41.311514832 +0200
3 @@ -2,6 +2,6 @@
4  
5  INCLUDES=-I$(top_srcdir)/include
6  
7 -lib_LIBRARIES=libcpmio.a
8 -libcpmio_a_SOURCES = conbdos.c  cpmio_i.h  termansi.c  termcore.h \
9 +lib_LTLIBRARIES=libcpmio.la
10 +libcpmio_la_SOURCES = conbdos.c  cpmio_i.h  termansi.c  termcore.h \
11                       cpmio.c    iosig.c    termcore.c  termvt52.c
12 --- cpmio-1.1.1/check/Makefile.am.orig  2001-07-07 15:15:30.000000000 +0200
13 +++ cpmio-1.1.1/check/Makefile.am       2003-08-16 16:24:04.014063520 +0200
14 @@ -1,7 +1,7 @@
15  ## Process this file with automake to produce Makefile.in
16  
17  INCLUDES=-I$(top_srcdir)/include
18 -LDADD=../lib/libcpmio.a
19 +LDADD=../lib/libcpmio.la
20  
21  check_PROGRAMS = testio
22  testio_SOURCES = testio.c
23 --- cpmio-1.1.1/configure.in.orig       2003-03-28 21:04:25.000000000 +0100
24 +++ cpmio-1.1.1/configure.in    2003-08-16 16:22:55.046548176 +0200
25 @@ -15,11 +15,11 @@
26  AC_PROG_CPP
27  AC_PROG_INSTALL
28  AC_PROG_MAKE_SET
29 -AC_PROG_RANLIB
30 +AC_PROG_LIBTOOL
31  
32  dnl Checks for libraries.
33 -AC_CHECK_LIB(ncurses, printw, LIBS="-lncurses $LIBS")
34 -AC_CHECK_LIB(curses,  printw, LIBS="-lcurses  $LIBS")
35 +AC_CHECK_LIB(ncurses, printw, LIBS="-lncurses $LIBS",
36 +[AC_CHECK_LIB(curses,  printw, LIBS="-lcurses  $LIBS")])
37  if test x"$with_readline" = x"yes"; then
38    CFLAGS="$CFLAGS -DUSE_READLINE"
39    AC_CHECK_LIB(readline, readline)
This page took 0.108047 seconds and 3 git commands to generate.