* [gentoo-commits] gentoo-x86 commit in dev-games/clanlib/files: clanlib-2.3.4-autotools.patch
@ 2012-02-06 13:56 Alfredo Tupone (tupone)
0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2012-02-06 13:56 UTC (permalink / raw
To: gentoo-commits
tupone 12/02/06 13:56:37
Added: clanlib-2.3.4-autotools.patch
Log:
Version bump to 2.4.3 Bug #288218
(Portage version: 2.1.10.44/cvs/Linux i686)
Revision Changes Path
1.1 dev-games/clanlib/files/clanlib-2.3.4-autotools.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/files/clanlib-2.3.4-autotools.patch?rev=1.1&view=markup
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
Index: clanlib-2.3.4-autotools.patch
===================================================================
--- configure.ac.old 2012-02-03 14:10:59.163215573 +0100
+++ configure.ac 2012-02-03 14:12:18.003215948 +0100
@@ -333,11 +333,9 @@
dnl Optional linux/joystick.h
AC_CHECK_HEADERS(linux/joystick.h, linux_joystick=yes)
- AM_CONDITIONAL(LINUX_JOYSTICK, test x$linux_joystick = xyes)
dnl Optional linux/input.h
AC_CHECK_HEADERS(linux/input.h, linux_input=yes)
- AM_CONDITIONAL(LINUX_INPUT, test x$linux_input = xyes)
if test "$WIN32" = "no" && test "$enable_clanDisplay" != "no"; then
CLANLIB_CHECK_LIB(fontconfig, [`cat $srcdir/Setup/Tests/fontconfig.cpp`], clanDisplay, [ *** Cannot find fontconfig (See http://fontconfig.org/ ) (Try libfontconfig1-dev or better) ], [-lfontconfig])
@@ -355,6 +353,9 @@
fi
fi
+AM_CONDITIONAL(LINUX_JOYSTICK, test x$linux_joystick = xyes)
+AM_CONDITIONAL(LINUX_INPUT, test x$linux_input = xyes)
+
have_xrender=no
if test "$enable_clanDisplay" != "no"; then
@@ -507,13 +507,14 @@
fi
extra_LIBS_clanSound="$extra_LIBS_clanSound $sound_libs"
- AM_CONDITIONAL(ALSA, test x$have_alsa = xyes)
fi
if test "$enable_clanSound" = "auto"; then enable_clanSound=yes; fi
fi
+AM_CONDITIONAL(ALSA, test x$have_alsa = xyes)
+
if test "$enable_clanSound" != "no"; then
enable_clanSound=yes
echo "Checking for clanMikmod stuff"
--- Documentation/Reference/Makefile.am.old 2012-02-06 16:00:50.034478851 +0100
+++ Documentation/Reference/Makefile.am 2012-02-06 16:01:01.524478906 +0100
@@ -10,7 +10,7 @@
mkdir doxyoutput;
mkdir reftest
doxygen ./clanlib.doxygen
- make -C ../Utilities/ReferenceDocs
+ $(MAKE) -C ../Utilities/ReferenceDocs
../Utilities/ReferenceDocs/ReferenceDocs
install-html:
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-games/clanlib/files: clanlib-2.3.4-autotools.patch
@ 2013-01-31 0:19 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-01-31 0:19 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 13/01/31 00:19:04
Removed: clanlib-2.3.4-autotools.patch
Log:
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-31 0:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-06 13:56 [gentoo-commits] gentoo-x86 commit in dev-games/clanlib/files: clanlib-2.3.4-autotools.patch Alfredo Tupone (tupone)
-- strict thread matches above, loose matches on Subject: below --
2013-01-31 0:19 Michael Sterrett (mr_bones_)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox