]> git.pld-linux.org Git - packages/xine-lib.git/blame - xine-lib-am_fixes.patch
- fixed compilation on sparc, thx qboosh
[packages/xine-lib.git] / xine-lib-am_fixes.patch
CommitLineData
9052270d 1--- xine-lib-0.9.9/src/libw32dll/Makefile.am~ Thu May 2 20:19:09 2002
2+++ xine-lib-0.9.9/src/libw32dll/Makefile.am Thu May 2 20:19:09 2002
3@@ -1,6 +1,6 @@
4 CFLAGS = @CFLAGS@ -I$(srcdir)/wine
5
6-DEBUG_CFLAGS = @DEBUG_CFLAGS@ -I$(srcdir)/wine
bfbb6a57 7+INCLUDES = -I$(srcdir)/wine -I../xine-utils -I../xine-engine -I../video_out -I../audio_out -I..
9052270d 8
9 SUBDIRS = wine DirectShow
10
11@@ -26,15 +26,6 @@
12
13 noinst_HEADERS = w32codec.h libwin32.h
14
15-debug:
16- @list='$(SUBDIRS)'; for subdir in $$list; do \
17- (cd $$subdir && $(MAKE) $@) || exit;\
18- done;
19- @$(MAKE) CFLAGS="$(DEBUG_CFLAGS)"
20-
21-install-debug: debug
22- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
23-
24 mostlyclean-generic:
25 -rm -f *~ \#* .*~ .\#*
26
cf6d0532
JB
27--- xine-lib-0.9.12/configure.in.orig Wed Jun 26 22:50:01 2002
28+++ xine-lib-0.9.12/configure.in Wed Jun 26 22:53:40 2002
29@@ -155,7 +155,7 @@
30 AC_C_ALWAYS_INLINE
31 AC_TYPE_OFF_T
32 AC_TYPE_SIZE_T
33-AM_TYPE_PTRDIFF_T
34+AC_CHECK_TYPES([ptrdiff_t])
35
36 dnl
37 dnl debug cflags
38--- xine-lib-0.9.12/src/libw32dll/wine/Makefile.am.orig Tue Mar 26 00:07:17 2002
39+++ xine-lib-0.9.12/src/libw32dll/wine/Makefile.am Wed Jun 26 23:45:53 2002
40@@ -33,7 +33,7 @@
41 wineacm.h winestring.h resource.h ldt_keeper.h com.h
42
43 stubs.lo: stubs.s
44- $(CC) -c $(srcdir)/stubs.s -o stubs.lo
45+ $(LIBTOOL) $(CC) -c $(srcdir)/stubs.s -o stubs.lo
46
47 debug:
48 @$(MAKE) CFLAGS="$(DEBUG_CFLAGS)"
This page took 0.028746 seconds and 4 git commands to generate.