]> git.pld-linux.org Git - packages/avifile.git/blame - avifile-amfix.patch
- amfix patch, pass AS=gcc to configure - fix for stubs.s
[packages/avifile.git] / avifile-amfix.patch
CommitLineData
d3c2c24a
JB
1--- avifile-0.6/configure.in.orig Mon Oct 1 20:32:07 2001
2+++ avifile-0.6/configure.in Tue Oct 2 00:11:16 2001
3@@ -61,6 +61,7 @@
4 dnl new automake doesn't like it
5 dnl but its absence breaks old automake ( 1.4 )
6 AM_PROG_LIBTOOL
7+AM_PROG_AS
8
9 dnl Checks for libraries.
10 dnl Replace `main' with a function in -ldl:
11--- avifile-0.6/plugins/libwin32/loader/Makefile.am.orig Fri Aug 17 14:49:21 2001
12+++ avifile-0.6/plugins/libwin32/loader/Makefile.am Tue Oct 2 00:18:32 2001
13@@ -1,11 +1,11 @@
14 noinst_LTLIBRARIES = libloader.la
15 libloader_la_SOURCES = afl.c driver.c elfdll.c ext.c module.c \
16- pe_image.c pe_resource.c registry.c resource.c win32.c
17+ pe_image.c pe_resource.c registry.c resource.c win32.c stubs.s
18
19 # ldt_keeper.c is not used here !! this is not a bug
20 # it's used in lib/common/ldt_keeper.cpp
21
22-libloader_la_LIBADD = stubs.lo
23+#libloader_la_LIBADD = stubs.lo
24 noinst_HEADERS = win32.h wineacm.h loader.h ext.h driver.h com.h registry.h ldt_keeper.h
25
26
This page took 0.036101 seconds and 4 git commands to generate.