r2174 - in packages/trunk/freealut: . debian
Eddy Petrisor
eddyp-guest at alioth.debian.org
Wed Dec 20 01:01:20 CET 2006
Author: eddyp-guest
Date: 2006-12-20 01:01:20 +0100 (Wed, 20 Dec 2006)
New Revision: 2174
Modified:
packages/trunk/freealut/configure.ac
packages/trunk/freealut/debian/changelog
Log:
freealut: fix FTBFS on kFreeBSD, thanks to Petr Salinger for the fix - closes 400717
Modified: packages/trunk/freealut/configure.ac
===================================================================
--- packages/trunk/freealut/configure.ac 2006-12-19 00:06:51 UTC (rev 2173)
+++ packages/trunk/freealut/configure.ac 2006-12-20 00:01:20 UTC (rev 2174)
@@ -82,7 +82,7 @@
AC_DEFINE([ALUT_BUILD_LIBRARY], [1], [Define to 1 if you want to build the ALUT DLL.])
# Checks for libraries. (not perfect yet)
-AC_SEARCH_LIBS([pthread_self], [pthread])
+AC_SEARCH_LIBS([pthread_create], [pthread])
AC_SEARCH_LIBS([alGetError], [openal32 openal])
################################################################################
Modified: packages/trunk/freealut/debian/changelog
===================================================================
--- packages/trunk/freealut/debian/changelog 2006-12-19 00:06:51 UTC (rev 2173)
+++ packages/trunk/freealut/debian/changelog 2006-12-20 00:01:20 UTC (rev 2174)
@@ -1,7 +1,6 @@
freealut (1.1.0-1) UNRELEASED; urgency=low
-
-[ Reinhard Tartler ]
+ [ Reinhard Tartler ]
* New upstream release, featuring: (Closes: #378974)
+ Added some fragile logic to find the right path to the OpenAL
headers.
@@ -16,8 +15,13 @@
[ Stefan Potyra ]
* Add dependency for libopenal-dev against libalut-dev.
- -- Reinhard Tartler <siretart at tauware.de> Thu, 8 Jun 2006 13:18:56 +0200
+ [ Eddy Petrișor ]
+ * small tweak to configure.ac to remove FTBFS on GNU/kFreeBSD, thanks to
+ Petr Salinger <Petr.Salinger at seznam.cz> for the patch (Closes: #400717)
+ Severity is not meduim since the arch is not released.
+ -- Eddy Petrișor <eddy.petrisor at gmail.com> Wed, 20 Dec 2006 01:59:56 +0200
+
freealut (1.0.1-1) unstable; urgency=low
[ Thierry Reding ]
More information about the Pkg-games-commits
mailing list