Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-games/clanlib/files: clanlib-2.3.4-autotools.patch
Date: Mon, 06 Feb 2012 13:56:46
Message-Id: 20120206135637.6A4A42004C@flycatcher.gentoo.org
1 tupone 12/02/06 13:56:37
2
3 Added: clanlib-2.3.4-autotools.patch
4 Log:
5 Version bump to 2.4.3 Bug #288218
6
7 (Portage version: 2.1.10.44/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 dev-games/clanlib/files/clanlib-2.3.4-autotools.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/files/clanlib-2.3.4-autotools.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/files/clanlib-2.3.4-autotools.patch?rev=1.1&content-type=text/plain
14
15 Index: clanlib-2.3.4-autotools.patch
16 ===================================================================
17 --- configure.ac.old 2012-02-03 14:10:59.163215573 +0100
18 +++ configure.ac 2012-02-03 14:12:18.003215948 +0100
19 @@ -333,11 +333,9 @@
20
21 dnl Optional linux/joystick.h
22 AC_CHECK_HEADERS(linux/joystick.h, linux_joystick=yes)
23 - AM_CONDITIONAL(LINUX_JOYSTICK, test x$linux_joystick = xyes)
24
25 dnl Optional linux/input.h
26 AC_CHECK_HEADERS(linux/input.h, linux_input=yes)
27 - AM_CONDITIONAL(LINUX_INPUT, test x$linux_input = xyes)
28
29 if test "$WIN32" = "no" && test "$enable_clanDisplay" != "no"; then
30 CLANLIB_CHECK_LIB(fontconfig, [`cat $srcdir/Setup/Tests/fontconfig.cpp`], clanDisplay, [ *** Cannot find fontconfig (See http://fontconfig.org/ ) (Try libfontconfig1-dev or better) ], [-lfontconfig])
31 @@ -355,6 +353,9 @@
32 fi
33 fi
34
35 +AM_CONDITIONAL(LINUX_JOYSTICK, test x$linux_joystick = xyes)
36 +AM_CONDITIONAL(LINUX_INPUT, test x$linux_input = xyes)
37 +
38 have_xrender=no
39
40 if test "$enable_clanDisplay" != "no"; then
41 @@ -507,13 +507,14 @@
42 fi
43
44 extra_LIBS_clanSound="$extra_LIBS_clanSound $sound_libs"
45 - AM_CONDITIONAL(ALSA, test x$have_alsa = xyes)
46 fi
47
48 if test "$enable_clanSound" = "auto"; then enable_clanSound=yes; fi
49
50 fi
51
52 +AM_CONDITIONAL(ALSA, test x$have_alsa = xyes)
53 +
54 if test "$enable_clanSound" != "no"; then
55 enable_clanSound=yes
56 echo "Checking for clanMikmod stuff"
57 --- Documentation/Reference/Makefile.am.old 2012-02-06 16:00:50.034478851 +0100
58 +++ Documentation/Reference/Makefile.am 2012-02-06 16:01:01.524478906 +0100
59 @@ -10,7 +10,7 @@
60 mkdir doxyoutput;
61 mkdir reftest
62 doxygen ./clanlib.doxygen
63 - make -C ../Utilities/ReferenceDocs
64 + $(MAKE) -C ../Utilities/ReferenceDocs
65 ../Utilities/ReferenceDocs/ReferenceDocs
66
67 install-html: