Magellan Linux

Contents of /trunk/libdvdnav/patches/libdvdnav-0.1.10-build.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 182 - (show annotations) (download)
Sun May 13 19:55:54 2007 UTC (16 years, 11 months ago) by niro
File size: 703 byte(s)
new patches

1 Use CFLAGS from environment and make sure we install the .m4 into the
2 correct place regardless of whether `aclocal` is installed on the host.
3
4 --- configure
5 +++ configure
6 @@ -21459,8 +21459,9 @@
7 ;;
8 esac
9
10 -CFLAGS="-O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE $CFLAGS"
11 -DEBUG_CFLAGS="-g -DDEBUG $CFLAGS"
12 +CFLAGS="$CFLAGS -Wall"
13 +CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE"
14 +DEBUG_CFLAGS="$CFLAGS -g -DDEBUG"
15
16
17
18 --- m4/Makefile.in
19 +++ m4/Makefile.in
20 @@ -116,8 +116,7 @@
21
22 EXTRA_DIST = dvdnav.m4
23
24 -@INSTALL_M4_TRUE@m4datadir = @ACLOCAL_DIR@
25 -@INSTALL_M4_FALSE@m4datadir = $(datadir)/aclocal
26 +m4datadir = $(datadir)/aclocal
27
28 m4data_DATA = dvdnav.m4
29 subdir = m4