Bug#400717: freealut: FTBFS on GNU/kFreeBSD

Petr Salinger Petr.Salinger at seznam.cz
Tue Nov 28 08:28:01 UTC 2006


Package: freealut
Severity: important
Version: 1.0.1-1
Tags: patch


Hi,

the current version fails to build on GNU/kFreeBSD.

It needs small tweak to configure.ac, see bellow.
After aplying please regenerate configure by running autoconf.

It would also be nice if you can ask upstream
to include this change.

Thanks in advance

                         Petr


--- configure.ac~       2006-11-28 09:24:55.000000000 +0100
+++ configure.ac        2006-11-28 09:24:55.000000000 +0100
@@ -43,7 +43,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])


################################################################################





More information about the Pkg-games-devel mailing list