From 7454460eb3fd929f0169d47ed03b5c0d714e4993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 9 Aug 2019 21:17:15 +0200 Subject: [PATCH] Revert "libixion: fix musl" This reverts commit 582a572f83d5bea37809f404f0ecf8d95266f35d. --- srcpkgs/libixion/patches/nullptr_t.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 srcpkgs/libixion/patches/nullptr_t.patch diff --git a/srcpkgs/libixion/patches/nullptr_t.patch b/srcpkgs/libixion/patches/nullptr_t.patch deleted file mode 100644 index ba0a88dd726..00000000000 --- a/srcpkgs/libixion/patches/nullptr_t.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- include/ixion/model_context.hpp 2019-08-09 19:53:33.659413255 +0200 -+++ include/ixion/model_context.hpp 2019-08-09 19:54:16.188415450 +0200 -@@ -62,7 +62,7 @@ - } value; - - /** Initializes the cell to be empty. */ -- input_cell(nullptr_t); -+ input_cell(std::nullptr_t); - /** Boolean cell value. */ - input_cell(bool b); - /** The char array must be null-terminated. */