summaryrefslogtreecommitdiff
path: root/chat/libpurple/patches/patch-aa
blob: 955eb529094d8b1a7084ef2bddfc8ad71badb968 (plain)
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
57
58
59
60
$NetBSD: patch-aa,v 1.8 2008/05/17 22:56:17 tnn Exp $

--- configure.orig	2008-05-16 20:53:50.000000000 +0200
+++ configure
@@ -20047,6 +20047,11 @@ INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.
 
 
 
+INTLTOOL_EXTRACT=intltool-extract
+INTLTOOL_MERGE=intltool-merge
+INTLTOOL_UPDATE=intltool-update
+# disable pidgin's builtin intltool
+if test -n ""; then
 # Use the tools built into the package, not the ones that are installed.
 INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
 
@@ -20117,6 +20122,7 @@ echo "$as_me: error: XML::Parser perl mo
    { (exit 1); exit 1; }; }
    fi
 fi
+fi # pkgsrc
 
 # Substitute ALL_LINGUAS so we can use it in po/Makefile
 
@@ -28293,7 +28299,7 @@ if test "${ac_cv_lib_panelw_update_panel
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lpanelw  $LIBS"
+LIBS="-lpanelw -lncursesw $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -28349,7 +28355,7 @@ fi
 { echo "$as_me:$LINENO: result: $ac_cv_lib_panelw_update_panels" >&5
 echo "${ECHO_T}$ac_cv_lib_panelw_update_panels" >&6; }
 if test $ac_cv_lib_panelw_update_panels = yes; then
-  GNT_LIBS="$GNT_LIBS -lpanelw"
+  GNT_LIBS="$GNT_LIBS -lpanelw -lncursesw"
 else
   enable_consoleui=no
 fi
@@ -28647,7 +28653,7 @@ if test "${ac_cv_lib_panel_update_panels
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lpanel  $LIBS"
+LIBS="-lpanel -lncurses $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -28703,7 +28709,7 @@ fi
 { echo "$as_me:$LINENO: result: $ac_cv_lib_panel_update_panels" >&5
 echo "${ECHO_T}$ac_cv_lib_panel_update_panels" >&6; }
 if test $ac_cv_lib_panel_update_panels = yes; then
-  GNT_LIBS="$GNT_LIBS -lpanel"
+  GNT_LIBS="$GNT_LIBS -lpanel -lncurses"
 else
   enable_consoleui=no
 fi