From 61c9362c541b2096ccee10743aa050796c2c6ecb Mon Sep 17 00:00:00 2001 From: jow Date: Tue, 8 Mar 2011 15:19:43 +0000 Subject: [PATCH] [packages] irssi-glib1: simply fail if glib1 is not available instead of waiting for a user response git-svn-id: svn://svn.openwrt.org/openwrt/packages@25956 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/irssi-glib1/patches/100-cross_compiling_fix.patch | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/net/irssi-glib1/patches/100-cross_compiling_fix.patch b/net/irssi-glib1/patches/100-cross_compiling_fix.patch index 2b45ceac5..17a60f3b1 100644 --- a/net/irssi-glib1/patches/100-cross_compiling_fix.patch +++ b/net/irssi-glib1/patches/100-cross_compiling_fix.patch @@ -1,7 +1,6 @@ -diff -ruN irssi-0.8.10.orig/configure irssi-0.8.10/configure ---- irssi-0.8.10.orig/configure 2005-12-11 23:46:06.000000000 +0100 -+++ irssi-0.8.10/configure 2006-02-24 13:19:21.570891250 +0100 -@@ -21848,13 +21848,6 @@ +--- a/configure ++++ b/configure +@@ -21848,13 +21848,6 @@ _ACEOF echo "$as_me:$LINENO: checking size of off_t" >&5 echo $ECHO_N "checking size of off_t... $ECHO_C" >&6 @@ -15,7 +14,7 @@ diff -ruN irssi-0.8.10.orig/configure irssi-0.8.10/configure cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF -@@ -21872,35 +21865,8 @@ +@@ -21872,35 +21865,8 @@ cat >>conftest.$ac_ext <<_ACEOF } _ACEOF @@ -52,3 +51,11 @@ diff -ruN irssi-0.8.10.orig/configure irssi-0.8.10/configure echo "$as_me:$LINENO: result: $sizeof_off_t" >&5 echo "${ECHO_T}$sizeof_off_t" >&6 +@@ -22905,6 +22871,7 @@ _ACEOF + echo "*** you can just unpack it to Irssi's source directory and" + echo "*** Irssi will automatically compile and use it." + echo ++ exit 1 + + glib_url=ftp://ftp.gtk.org/pub/gtk/v2.8/ + glib_file=glib-2.8.3.tar.gz -- 2.11.0