]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/mp3blaster/mp3blaster-3.2.0/includedir.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / mp3blaster / mp3blaster-3.2.0 / includedir.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- mp3blaster-3.2.0/src/Makefile.am~includedir 2003-09-08 17:48:56.000000000 -0400
7 +++ mp3blaster-3.2.0/src/Makefile.am    2004-03-20 22:51:26.000000000 -0500
8 @@ -36,7 +36,7 @@
9  mp3tag_DEPENDENCIES = ../mpegsound/libmpegsound.a ../nmixer/libnmixer.a
10  mp3tag_LDADD = @LIBMPEGSOUND@ @LIBMYSQL@
11  mp3blaster_DEPENDENCIES = ../mpegsound/libmpegsound.a ../nmixer/libnmixer.a
12 -INCLUDES               = -I$(top_srcdir)/mpegsound -I/usr/include/ncurses -I$(top_srcdir)/nmixer -I$(includedir)
13 +INCLUDES               = -I$(top_srcdir)/mpegsound -I$(top_srcdir)/nmixer
14  mp3blaster_LDADD       = @LIBMPEGSOUND@ @LIBNMIXER@ @NAS_LIBS@ @SID_LIBS@ @OGG_LIBS@ @LIRC_LIBS@ @NCURSES_LIBS@
15  EXTRA_DIST = FILES
16  CXXFLAGS       = @CXXFLAGS@ @NAS_CFLAGS@ -DMP3BLASTER_DOCDIR=\"${pkgdatadir}\"
17 --- mp3blaster-3.2.0/mpegsound/Makefile.am~includedir   2002-09-20 16:38:16.000000000 -0400
18 +++ mp3blaster-3.2.0/mpegsound/Makefile.am      2004-03-20 22:50:29.000000000 -0500
19 @@ -11,5 +11,5 @@
20  
21  noinst_HEADERS         = mpegsound.h mpegsound_locals.h
22  
23 -INCLUDES                = -I$(srcdir) -I$(includedir)
24 +INCLUDES                = -I$(srcdir)
25  CXXFLAGS                = @CXXFLAGS@ @NAS_CFLAGS@
26 --- mp3blaster-3.2.0/nmixer/Makefile.am~includedir      2002-10-20 10:08:20.000000000 -0400
27 +++ mp3blaster-3.2.0/nmixer/Makefile.am 2004-03-20 22:50:29.000000000 -0500
28 @@ -2,7 +2,7 @@
29  nmixer_SOURCES = main.cc
30  nmixer_DEPENDENCIES = @LIBNMIXER@
31  LDADD           = @LIBNMIXER@ @NCURSES_LIBS@
32 -INCLUDES               = -I/usr/include/ncurses -I$(srcdir) -I$(includedir)
33 +INCLUDES               = -I$(srcdir)
34  noinst_LIBRARIES = libnmixer.a
35  libnmixer_a_SOURCES = nmixer.cc mixers.cc ossmixer.cc nasmixer.cc nmixer.h \
36                        getopt.c getopt1.c getopt.h
37 --- mp3blaster-3.2.0/src/Makefile.in~includedir 2004-03-20 22:49:26.000000000 -0500
38 +++ mp3blaster-3.2.0/src/Makefile.in    2004-03-20 22:51:32.000000000 -0500
39 @@ -217,7 +217,7 @@
40  mp3tag_DEPENDENCIES = ../mpegsound/libmpegsound.a ../nmixer/libnmixer.a
41  mp3tag_LDADD = @LIBMPEGSOUND@ @LIBMYSQL@
42  mp3blaster_DEPENDENCIES = ../mpegsound/libmpegsound.a ../nmixer/libnmixer.a
43 -INCLUDES = -I$(top_srcdir)/mpegsound -I/usr/include/ncurses -I$(top_srcdir)/nmixer -I$(includedir)
44 +INCLUDES = -I$(top_srcdir)/mpegsound -I$(top_srcdir)/nmixer
45  mp3blaster_LDADD = @LIBMPEGSOUND@ @LIBNMIXER@ @NAS_LIBS@ @SID_LIBS@ @OGG_LIBS@ @LIRC_LIBS@ @NCURSES_LIBS@
46  EXTRA_DIST = FILES
47  all: all-am
48 --- mp3blaster-3.2.0/nmixer/Makefile.in~includedir      2004-03-20 22:49:26.000000000 -0500
49 +++ mp3blaster-3.2.0/nmixer/Makefile.in 2004-03-20 22:50:29.000000000 -0500
50 @@ -181,7 +181,7 @@
51  nmixer_SOURCES = main.cc
52  nmixer_DEPENDENCIES = @LIBNMIXER@
53  LDADD = @LIBNMIXER@ @NCURSES_LIBS@
54 -INCLUDES = -I/usr/include/ncurses -I$(srcdir) -I$(includedir)
55 +INCLUDES = -I$(srcdir)
56  noinst_LIBRARIES = libnmixer.a
57  libnmixer_a_SOURCES = nmixer.cc mixers.cc ossmixer.cc nasmixer.cc nmixer.h \
58                        getopt.c getopt1.c getopt.h