summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-11-28 14:01:16 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-11-28 14:01:16 +0000
commiteaf9cb372d8aee2d64786f791cdfaf428d98a633 (patch)
tree769fc351927881d60309254fe28bbe1567eb4849 /patches
parent190540a77af5a5713062b9ce783868de259c1196 (diff)
downloadmidipix_build-eaf9cb372d8aee2d64786f791cdfaf428d98a633.tar.bz2
midipix_build-eaf9cb372d8aee2d64786f791cdfaf428d98a633.tar.xz
patches/weechat-1.6.local.patch:configure: always use ${LIBGCRYPT_CONFIG}.
Diffstat (limited to 'patches')
-rw-r--r--patches/weechat-1.6.local.patch22
1 files changed, 15 insertions, 7 deletions
diff --git a/patches/weechat-1.6.local.patch b/patches/weechat-1.6.local.patch
index e1db0791..2c709aea 100644
--- a/patches/weechat-1.6.local.patch
+++ b/patches/weechat-1.6.local.patch
@@ -1,17 +1,25 @@
---- weechat-1.6/configure.orig 2017-11-22 14:47:17.644000000 +0000
-+++ weechat-1.6/configure 2017-11-22 15:05:58.224000000 +0000
-@@ -24277,8 +24277,8 @@
+--- weechat-1.6/configure.orig 2017-11-28 13:45:00.520000000 +0000
++++ weechat-1.6/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`
++ GCRYPT_CFLAGS=`$LIBGCRYPT_CONFIG --cflags`
++ GCRYPT_LFLAGS=`$LIBGCRYPT_CONFIG --libs`
fi
-@@ -24355,8 +24355,8 @@
+@@ -24355,8 +24354,8 @@
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
@@ -22,7 +30,7 @@
$as_echo "#define HAVE_GNUTLS 1" >>confdefs.h
-@@ -24567,8 +24567,8 @@
+@@ -24567,8 +24566,8 @@
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }