summaryrefslogtreecommitdiff
path: root/chat/irssi-icb/patches/patch-ae
blob: bb64b137e9703a25627f86d7930dc161efa749cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ae,v 1.2 2009/07/27 12:59:45 obache Exp $

Use glib2 instead of glib1.

--- configure.orig	2002-11-24 13:17:37.000000000 +0000
+++ configure
@@ -5892,6 +5892,9 @@ rm -f conftest*
   rm -f conf.glibtest
 
 
+GLIB_CFLAGS="`pkg-config --cflags glib-2.0`"
+GLIB_LIBS="`pkg-config --libs glib-2.0`"
+
 # gcc specific options
 if test "x$ac_cv_prog_gcc" = "xyes"; then
   CFLAGS="$CFLAGS -Wall"