Files
haikuports/dev-libs/libburn/patches/libburn-1.4.2.pl01.patchset
fbrosson 51b5a8f7b2 libburn: bump version
Also add PATCH() to fix links to the cdrtools project.
2016-02-20 22:53:02 +00:00

16 lines
465 B
Plaintext

From: fbrosson <fbrosson@users.noreply.github.com>
Subject: fix pthread detection in configure.ac for Haiku
diff -upr libburn-1.4.2/configure.ac libburn-1.4.2-haiku/configure.ac
--- libburn-1.4.2/configure.ac 2016-01-29 11:10:12.000000000 +0000
+++ libburn-1.4.2-haiku/configure.ac
@@ -192,7 +192,7 @@ AC_PROG_INSTALL
AC_CHECK_HEADERS()
-THREAD_LIBS=-lpthread
+AC_CHECK_LIB(pthread,pthread_self,THREAD_LIBS=-lpthread)
AC_SUBST(THREAD_LIBS)
TARGET_SHIZZLE