summaryrefslogtreecommitdiffhomepage
path: root/patches/weechat-2.1.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-05-10 18:36:43 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-05-10 18:36:43 +0000
commita9353085f73bed6ed888a0adb3f2b1d730fab2a3 (patch)
tree9a6e14a70bd90d23c09f706e0c392496e08579d7 /patches/weechat-2.1.local.patch
parent4173867f9dcb8148a29ea616f658ff39bc90ad9c (diff)
downloadmidipix_build-a9353085f73bed6ed888a0adb3f2b1d730fab2a3.tar.bz2
midipix_build-a9353085f73bed6ed888a0adb3f2b1d730fab2a3.tar.xz
vars/build.vars:weechat: updated to v2.4 (via Redfoxmoon.)
patches/weechat-2.1_pre.local.patch: removes obsolete patch. patches/weechat-2.4.local.patch: updated (via Redfoxmoon.)
Diffstat (limited to 'patches/weechat-2.1.local.patch')
-rw-r--r--patches/weechat-2.1.local.patch43
1 files changed, 0 insertions, 43 deletions
diff --git a/patches/weechat-2.1.local.patch b/patches/weechat-2.1.local.patch
deleted file mode 100644
index 2b08df5b..00000000
--- a/patches/weechat-2.1.local.patch
+++ /dev/null
@@ -1,43 +0,0 @@
---- weechat-2.1/configure.orig 2017-11-28 13:45:00.520000000 +0000
-+++ weechat-2.1/configure 2017-11-28 13:46:29.676000000 +0000
-@@ -22487,7 +22487,6 @@
- # pkg-config
- # ------------------------------------------------------------------------------
-
--PKGCONFIG=""
- for ac_prog in pkg-config
- do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
-@@ -24277,8 +24276,8 @@
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
- $as_echo "yes" >&6; }
-- GCRYPT_CFLAGS=`libgcrypt-config --cflags`
-- GCRYPT_LFLAGS=`libgcrypt-config --libs`
-+ GCRYPT_CFLAGS=`$LIBGCRYPT_CONFIG --cflags`
-+ GCRYPT_LFLAGS=`$LIBGCRYPT_CONFIG --libs`
-
-
- fi
-@@ -24355,8 +24354,8 @@
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
- $as_echo "yes" >&6; }
-- GNUTLS_CFLAGS=`pkg-config gnutls --cflags`
-- GNUTLS_LFLAGS=`pkg-config gnutls --libs`
-+ GNUTLS_CFLAGS=`$PKG_CONFIG gnutls --cflags`
-+ GNUTLS_LFLAGS=`$PKG_CONFIG gnutls --libs`
-
-
- $as_echo "#define HAVE_GNUTLS 1" >>confdefs.h
-@@ -24567,8 +24566,8 @@
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
- $as_echo "yes" >&6; }
-- ZLIB_CFLAGS=`pkg-config zlib --cflags`
-- ZLIB_LFLAGS=`pkg-config zlib --libs`
-+ ZLIB_CFLAGS=`$PKG_CONFIG zlib --cflags`
-+ ZLIB_LFLAGS=`$PKG_CONFIG zlib --libs`
-
-
- fi