aboutsummaryrefslogtreecommitdiffstats
path: root/community/libfm/undef-G_DISABLE_ASSERT-earlier.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/libfm/undef-G_DISABLE_ASSERT-earlier.patch')
-rw-r--r--community/libfm/undef-G_DISABLE_ASSERT-earlier.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/community/libfm/undef-G_DISABLE_ASSERT-earlier.patch b/community/libfm/undef-G_DISABLE_ASSERT-earlier.patch
deleted file mode 100644
index 34bd7d0418..0000000000
--- a/community/libfm/undef-G_DISABLE_ASSERT-earlier.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/src/tests/test-fm-path.c
-+++ b/src/tests/test-fm-path.c
-@@ -19,12 +19,12 @@
- * MA 02110-1301, USA.
- */
-
--#include <fm.h>
--
- //ignore for test disabled asserts
- #ifdef G_DISABLE_ASSERT
- #undef G_DISABLE_ASSERT
- #endif
-+
-+#include <fm.h>
-
- #define TEST_PARSING(func, str_to_parse, ...) \
- G_STMT_START { \