]> git.pld-linux.org Git - packages/libgphoto2.git/blob - libgphoto2-libtool.patch
- obsolete
[packages/libgphoto2.git] / libgphoto2-libtool.patch
1 diff -Nur libgphoto2-2.4.1.orig/libgphoto2_port/configure.ac libgphoto2-2.4.1/libgphoto2_port/configure.ac
2 --- libgphoto2-2.4.1.orig/libgphoto2_port/configure.ac  2007-07-30 06:39:20.000000000 +0100
3 +++ libgphoto2-2.4.1/libgphoto2_port/configure.ac       2008-05-25 04:22:26.000000000 +0100
4 @@ -337,7 +337,7 @@
5  dnl ---------------------------------------------------------------------------
6  GP_CONFIG_MSG([USB ports])
7  GP_CHECK_LIBRARY([LIBUSB],[libusb],[>= 0.1.5],
8 -               [usb.h],[usb_busses],[
9 +               [usb.h],[usb_open],[
10         IOLIB_SUBDIRS="$IOLIB_SUBDIRS usb"
11  ],[],
12                 [disable-explicitly],
13 diff -Nur libgphoto2-2.4.1.orig/libgphoto2_port/m4/gp-libltdl.m4 libgphoto2-2.4.1/libgphoto2_port/m4/gp-libltdl.m4
14 --- libgphoto2-2.4.1.orig/libgphoto2_port/m4/gp-libltdl.m4      2008-03-24 11:47:19.000000000 +0000
15 +++ libgphoto2-2.4.1/libgphoto2_port/m4/gp-libltdl.m4   2008-05-25 04:21:44.000000000 +0100
16 @@ -13,7 +13,7 @@
17  if test "x${LTDLINCL}${LIBLTDL}" = "x"; then
18  AC_CHECK_HEADER([ltdl.h],
19  [dnl
20 -AC_CHECK_LIB([ltdl], [lt_dlcaller_register],[dnl
21 +AC_CHECK_LIB([ltdl], [lt_dlinterface_register],[dnl
22  LTDLINCL=""
23  LIBLTDL="-lltdl"
24  AC_DEFINE([HAVE_LTDL],[1],[Whether libltdl (of libtool fame) is present])
25 diff -Nur libgphoto2-2.4.1.orig/m4m/gp-libltdl.m4 libgphoto2-2.4.1/m4m/gp-libltdl.m4
26 --- libgphoto2-2.4.1.orig/m4m/gp-libltdl.m4     2008-03-24 11:47:12.000000000 +0000
27 +++ libgphoto2-2.4.1/m4m/gp-libltdl.m4  2008-05-25 04:21:22.000000000 +0100
28 @@ -13,7 +13,7 @@
29  if test "x${LTDLINCL}${LIBLTDL}" = "x"; then
30  AC_CHECK_HEADER([ltdl.h],
31  [dnl
32 -AC_CHECK_LIB([ltdl], [lt_dlcaller_register],[dnl
33 +AC_CHECK_LIB([ltdl], [lt_dlinterface_register],[dnl
34  LTDLINCL=""
35  LIBLTDL="-lltdl"
36  AC_DEFINE([HAVE_LTDL],[1],[Whether libltdl (of libtool fame) is present])
This page took 0.02762 seconds and 3 git commands to generate.