]> git.pld-linux.org Git - packages/lib3ds.git/blob - lib3ds-shared.patch
- added am18 patch (lib3ds.m4 quotation fix), release 2
[packages/lib3ds.git] / lib3ds-shared.patch
1 --- lib3ds-1.2.0/configure.in.orig      Mon Jan 14 13:09:15 2002
2 +++ lib3ds-1.2.0/configure.in   Mon Mar 24 20:11:14 2003
3 @@ -38,7 +38,7 @@
4  
5  dnl Checks for programs.
6  AC_PROG_CC
7 -AC_PROG_RANLIB
8 +AC_PROG_LIBTOOL
9  CONFIGURE_GLUT(,)
10  
11  AC_MSG_CHECKING([for debugging mode])
12 --- lib3ds-1.2.0/lib3ds/Makefile.am.orig        Mon Jan 14 13:27:45 2002
13 +++ lib3ds-1.2.0/lib3ds/Makefile.am     Mon Mar 24 20:10:12 2003
14 @@ -24,9 +24,9 @@
15  
16  INCLUDES = -I$(top_srcdir)
17  
18 -lib_LIBRARIES = lib3ds.a
19 +lib_LTLIBRARIES = lib3ds.la
20  
21 -lib3ds_a_SOURCES = \
22 +lib3ds_la_SOURCES = \
23    io.c \
24    float.c \
25    vector.c \
26 @@ -48,6 +48,8 @@
27    tracks.c \
28    node.c
29  
30 +lib3ds_la_LIBADD = -lm
31 +
32  lib3ds_HEADERS = \
33    types.h \
34    io.h \
35 --- lib3ds-1.2.0/examples/Makefile.am.orig      Mon Jan 14 13:27:45 2002
36 +++ lib3ds-1.2.0/examples/Makefile.am   Mon Mar 24 20:10:47 2003
37 @@ -36,12 +36,12 @@
38    $(PLAYER)
39  
40  LDADD = \
41 -  $(top_builddir)/lib3ds/lib3ds.a \
42 +  $(top_builddir)/lib3ds/lib3ds.la \
43    @DMALLOC_LIBS@ -lm
44  
45  player_SOURCES = player.c
46  player_LDADD = \
47 -  $(top_builddir)/lib3ds/lib3ds.a \
48 +  $(top_builddir)/lib3ds/lib3ds.la \
49    @GLUT_LIBS@ \
50    @DMALLOC_LIBS@ -lm
51  
52 --- lib3ds-1.2.0/tools/Makefile.am.orig Mon Jan 14 13:27:45 2002
53 +++ lib3ds-1.2.0/tools/Makefile.am      Mon Mar 24 20:22:08 2003
54 @@ -29,7 +29,7 @@
55    3ds2m 
56  
57  LDADD = \
58 -  $(top_builddir)/lib3ds/lib3ds.a \
59 +  $(top_builddir)/lib3ds/lib3ds.la \
60    @DMALLOC_LIBS@ -lm
61  
62  MANPAGES = \
This page took 0.079739 seconds and 3 git commands to generate.