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])


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



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to