diff options
Diffstat (limited to 'x11-wm/fvwm2/files/patch-libs-Ficonv.c')
-rw-r--r-- | x11-wm/fvwm2/files/patch-libs-Ficonv.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-wm/fvwm2/files/patch-libs-Ficonv.c b/x11-wm/fvwm2/files/patch-libs-Ficonv.c deleted file mode 100644 index 302368735184..000000000000 --- a/x11-wm/fvwm2/files/patch-libs-Ficonv.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libs/Ficonv.c.orig 2011-08-16 09:05:53.000000000 +0200 -+++ libs/Ficonv.c 2014-03-29 17:17:54.000000000 +0100 -@@ -36,7 +36,7 @@ - #if defined(USE_LIBICONV) && !defined (_LIBICONV_H) - #error libiconv in use but included iconv.h not from libiconv - #endif --#if !defined(USE_LIBICONV) && defined (_LIBICONV_H) -+#if !defined(USE_LIBICONV) && defined (_LIBICONV_H) && !defined (LIBICONV_PLUG) - #error libiconv not in use but included iconv.h is from libiconv - #endif - #endif /* FiconvSupport */ |