From 9af5d5a823f9756d7d2b4fd8c1fd79ebd9c675f0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 20 May 2017 12:23:00 +0200 Subject: bitlbee: update to 3.5.1 --- package/bitlbee/patches/patch-configure | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 package/bitlbee/patches/patch-configure (limited to 'package/bitlbee/patches/patch-configure') diff --git a/package/bitlbee/patches/patch-configure b/package/bitlbee/patches/patch-configure deleted file mode 100644 index 72b91af09..000000000 --- a/package/bitlbee/patches/patch-configure +++ /dev/null @@ -1,25 +0,0 @@ ---- bitlbee-3.0.1.orig/configure 2010-11-24 23:44:00.000000000 +0100 -+++ bitlbee-3.0.1/configure 2011-03-03 22:36:43.000000000 +0100 -@@ -171,12 +171,9 @@ EOF - - - if [ -n "$target" ]; then -- PKG_CONFIG_LIBDIR=/usr/$target/lib/pkgconfig -- export PKG_CONFIG_LIBDIR - PATH=/usr/$target/bin:$PATH -- CC=$target-cc -+ CC=$target-gcc - LD=$target-ld -- systemlibdirs="/usr/$target/lib" - fi - - -@@ -225,7 +222,7 @@ if [ -z "$PKG_CONFIG" ]; then - PKG_CONFIG=pkg-config - fi - --if $PKG_CONFIG --version > /dev/null 2>/dev/null && $PKG_CONFIG glib-2.0; then -+if $PKG_CONFIG --version && $PKG_CONFIG glib-2.0; then - if $PKG_CONFIG glib-2.0 --atleast-version=$GLIB_MIN_VERSION; then - cat<>Makefile.settings - EFLAGS+=`$PKG_CONFIG --libs glib-2.0 gmodule-2.0` -- cgit v1.2.3