]> git.pld-linux.org Git - packages/avifile.git/blob - avifile-amfix.patch
- release 0.%%{_snap}.3.
[packages/avifile.git] / avifile-amfix.patch
1 diff -urN avifile0.6-20011220.orig/configure.in avifile0.6-20011220/configure.in
2 --- avifile0.6-20011220.orig/configure.in       Sun Jan 20 17:15:14 2002
3 +++ avifile0.6-20011220/configure.in    Sun Jan 20 17:17:59 2002
4 @@ -83,6 +83,7 @@
5  dnl automatic updating of libtool configuration files
6  dnl not needed with automake AC_SUBST(LIBTOOL_DEPS) 
7  dnl using rather hack for .lo creation AM_PROG_AS
8 +AM_PROG_AS
9  
10  
11  dnl 
12 diff -urN avifile0.6-20011220.orig/plugins/libwin32/loader/Makefile.am avifile0.6-20011220/plugins/libwin32/loader/Makefile.am
13 --- avifile0.6-20011220.orig/plugins/libwin32/loader/Makefile.am        Sun Jan 20 17:15:14 2002
14 +++ avifile0.6-20011220/plugins/libwin32/loader/Makefile.am     Sun Jan 20 17:19:21 2002
15 @@ -1,7 +1,7 @@
16  SUBDIRS = dshow wine 
17  noinst_LTLIBRARIES = libloader.la
18  libloader_la_SOURCES = afl.c driver.c elfdll.c ext.c module.c \
19 - pe_image.c pe_resource.c registry.c resource.c win32.c ldt_keeper.c 
20 + pe_image.c pe_resource.c registry.c resource.c win32.c ldt_keeper.c stubs.s
21  
22  # ldt_keeper.c is not used here !! this is not a bug 
23  # it's used in lib/common/ldt_keeper.cpp
This page took 0.069132 seconds and 3 git commands to generate.