r2194 - in packages/trunk/openal: . admin/autotools/m4 debian
Cyril Brulebois
kibi-guest at alioth.debian.org
Wed Dec 20 14:53:28 CET 2006
Author: kibi-guest
Date: 2006-12-20 14:53:27 +0100 (Wed, 20 Dec 2006)
New Revision: 2194
Modified:
packages/trunk/openal/admin/autotools/m4/acx_pthread.m4
packages/trunk/openal/configure
packages/trunk/openal/debian/changelog
Log:
Added a patch from Petr Salinger to fix wrong GNU/kFreeBSD build. Closes: #403811
Modified: packages/trunk/openal/admin/autotools/m4/acx_pthread.m4
===================================================================
--- packages/trunk/openal/admin/autotools/m4/acx_pthread.m4 2006-12-20 12:59:18 UTC (rev 2193)
+++ packages/trunk/openal/admin/autotools/m4/acx_pthread.m4 2006-12-20 13:53:27 UTC (rev 2194)
@@ -122,7 +122,7 @@
;;
- *linux*)
+ *linux*|*-k*bsd*-gnu)
# On Linux we want to actually link to pthread library, so test lib first
Modified: packages/trunk/openal/configure
===================================================================
--- packages/trunk/openal/configure 2006-12-20 12:59:18 UTC (rev 2193)
+++ packages/trunk/openal/configure 2006-12-20 13:53:27 UTC (rev 2194)
@@ -20678,7 +20678,7 @@
;;
- *linux*)
+ *linux*|*-k*bsd*-gnu)
# On Linux we want to actually link to pthread library, so test lib first
Modified: packages/trunk/openal/debian/changelog
===================================================================
--- packages/trunk/openal/debian/changelog 2006-12-20 12:59:18 UTC (rev 2193)
+++ packages/trunk/openal/debian/changelog 2006-12-20 13:53:27 UTC (rev 2194)
@@ -1,6 +1,8 @@
openal (1:0.0.8-4) UNRELEASED; urgency=low
- * NOT RELEASED YET
+ * Added a patch from Petr Salinger to make the package build correctly on
+ GNU/kFreeBSD architectures: fixes missing -pthread on linking
+ (Closes: #403811).
-- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr> Sun, 10 Dec 2006 14:20:07 +0000
More information about the Pkg-games-commits
mailing list