mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/i3: Removed patch for 14.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
38fd497b07
commit
62518b2d49
2 changed files with 0 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
|||
--- include/libi3.h 2020-07-26 05:11:37.000000000 -0300
|
||||
+++ include/libi3.h 2020-09-20 18:15:40.063201808 -0300
|
||||
@@ -341,6 +341,8 @@
|
||||
*/
|
||||
uint32_t get_colorpixel(const char *hex) __attribute__((const));
|
||||
|
||||
+#define HAVE_strndup 1
|
||||
+
|
||||
#ifndef HAVE_strndup
|
||||
/**
|
||||
* Taken from FreeBSD
|
|
@ -75,8 +75,6 @@ find -L . \
|
|||
|
||||
autoreconf -fi
|
||||
|
||||
cat ${CWD}/add_HAVE_strndup.diff | patch -p0 || exit
|
||||
|
||||
mkdir -p build
|
||||
( cd build
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
|
|
Loading…
Reference in a new issue