diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-09-26 12:50:24 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:30:01 -0500 |
commit | 62518b2d496d03b6ab2f761e8ac2b2b8569247c0 (patch) | |
tree | 29be6a8f7bc767cc3a09ef7ecb4704558eb08b80 /desktop/i3 | |
parent | 38fd497b07b6d2889cb1a123d7d8e5fa38cefbfc (diff) | |
download | slackbuilds-62518b2d496d03b6ab2f761e8ac2b2b8569247c0.tar.gz |
desktop/i3: Removed patch for 14.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/i3')
-rw-r--r-- | desktop/i3/add_HAVE_strndup.diff | 11 | ||||
-rw-r--r-- | desktop/i3/i3.SlackBuild | 2 |
2 files changed, 0 insertions, 13 deletions
diff --git a/desktop/i3/add_HAVE_strndup.diff b/desktop/i3/add_HAVE_strndup.diff deleted file mode 100644 index d780aec8d9..0000000000 --- a/desktop/i3/add_HAVE_strndup.diff +++ /dev/null @@ -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 diff --git a/desktop/i3/i3.SlackBuild b/desktop/i3/i3.SlackBuild index d37335bf75..aa671ea17a 100644 --- a/desktop/i3/i3.SlackBuild +++ b/desktop/i3/i3.SlackBuild @@ -75,8 +75,6 @@ find -L . \ autoreconf -fi -cat ${CWD}/add_HAVE_strndup.diff | patch -p0 || exit - mkdir -p build ( cd build CFLAGS="$SLKCFLAGS" \ |