mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Preliminary patch for libdvdnav, doesn't finish ./configure yet, but gets past a couple minors issues. Need to dvdread-config to get further.
This commit is contained in:
21
media-libs/libdvdnav/libdvdnav-4.1.3.diff
Normal file
21
media-libs/libdvdnav/libdvdnav-4.1.3.diff
Normal file
@@ -0,0 +1,21 @@
|
||||
diff -urN libdvdnav-4.1.3/configure.ac libdvdnav-4.1.3-haiku/configure.ac
|
||||
--- libdvdnav-4.1.3/configure.ac 2009-02-19 07:41:01.000000000 +0000
|
||||
+++ libdvdnav-4.1.3-haiku/configure.ac 2009-02-19 07:33:27.000000000 +0000
|
||||
@@ -145,6 +145,8 @@
|
||||
;;
|
||||
*mingw32* | *cygwin*)
|
||||
;;
|
||||
+ *haiku*)
|
||||
+ ;;
|
||||
*)
|
||||
AC_CHECK_LIB(pthread, pthread_create,
|
||||
[THREAD_LIBS="-lpthread"],
|
||||
@@ -165,6 +167,8 @@
|
||||
*cygwin*)
|
||||
LDFLAGS="-no-undefined $LDFLAGS"
|
||||
;;
|
||||
+ *haiku*)
|
||||
+ ;;
|
||||
*)
|
||||
AC_CHECK_LIB(c, dlopen,
|
||||
DYNAMIC_LD_LIBS="",
|
||||
Reference in New Issue
Block a user