aboutsummaryrefslogtreecommitdiff
path: root/multimedia/xawtv/files/patch-configure
blob: fb42a410433064166ff0e0bae20727ee0d6802af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
--- configure.orig	2013-04-02 15:20:33.000000000 +0200
+++ configure	2013-05-15 11:26:05.000000000 +0200
@@ -5244,7 +5244,7 @@
   $as_echo_n "(cached) " >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lzvbi $LIBPTHREAD $LIBS"
+LIBS="-lunicode -lzvbi $LIBPTHREAD $LIBS"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
@@ -5277,7 +5277,7 @@
 if test "x$ac_cv_lib_zvbi_vbi_capture_fd" = xyes; then :
 
 $as_echo "#define HAVE_ZVBI 1" >>confdefs.h
- FOUND_ZVBI="yes"; LIBZVBI="-lzvbi -lpthread -lm -lpng -lz"
+ FOUND_ZVBI="yes"; LIBZVBI="-lzvbi -lunicode -lpthread -lm -lpng -lz"
 fi
 
 else
@@ -5379,7 +5379,7 @@
 if test "x$ac_cv_lib_dv_dv_decoder_new" = xyes; then :
 
 $as_echo "#define HAVE_DV 1" >>confdefs.h
- FOUND_DV="yes"; LIBDV="-ldv -lm"
+ FOUND_DV="yes"; LIBDV="-ldv -lm $LIBPTHREAD $LIBS"
 fi
 
 else
@@ -5914,23 +5914,14 @@

 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X11 config directory" >&5
 $as_echo_n "checking for X11 config directory... " >&6; }
-x11conf=/usr/lib/X11
-if test -d /etc/X11; then
-	x11conf=/etc/X11
-fi
+x11conf=/etc/X11
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $x11conf" >&5
 $as_echo "$x11conf" >&6; }


 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X11 app-defaults directory" >&5
 $as_echo_n "checking for X11 app-defaults directory... " >&6; }
-resdir=/usr/lib/X11
-if test -d /usr/share/X11/app-defaults; then
-	resdir=/usr/share/X11
-fi
-if test -d /etc/X11/app-defaults; then
-	resdir=/etc/X11
-fi
+resdir=/usr/X11R6/lib/X11
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $resdir/app-defaults" >&5
 $as_echo "$resdir/app-defaults" >&6; }