diff options
author | davidovski <david@davidovski.xyz> | 2022-05-31 11:05:19 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-31 11:05:19 +0100 |
commit | 48ca75555522716f0f686dcae3dd6cf3d8ad714d (patch) | |
tree | 00c0f58550ba4661e87376f2f02c8001c69bae44 /repo/system/gettext/flip-macro-logic.patch | |
parent | 871b2b573f01c1b3176a0f65458b3d281b41c437 (diff) |
removed idea of repos
Diffstat (limited to 'repo/system/gettext/flip-macro-logic.patch')
-rw-r--r-- | repo/system/gettext/flip-macro-logic.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/repo/system/gettext/flip-macro-logic.patch b/repo/system/gettext/flip-macro-logic.patch deleted file mode 100644 index 277bc7a..0000000 --- a/repo/system/gettext/flip-macro-logic.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- gettext-tiny-0.2.0/include/libintl.h.old 2017-08-02 06:14:20.000000000 -0500 -+++ gettext-tiny-0.2.0/include/libintl.h 2018-06-15 02:31:14.241446687 -0500 -@@ -34,14 +34,14 @@ - #undef gettext_noop - #define gettext_noop(X) X - --#ifndef LIBINTL_NO_MACROS -+#ifdef LIBINTL_MACROS - /* if these macros are defined, configure checks will detect libintl as - * built into the libc because test programs will work without -lintl. - * for example: - * checking for ngettext in libc ... yes - * the consequence is that -lintl will not be added to the LDFLAGS. -- * so if for some reason you want that libintl.a gets linked, -- * add -DLIBINTL_NO_MACROS=1 to your CPPFLAGS. */ -+ * so if for some reason you dont want that libintl.a gets linked, -+ * add -DLIBINTL_MACROS=1 to your CPPFLAGS. */ - - #define gettext(X) ((char*) (X)) - #define dgettext(dom, X) ((void)(dom), (char*) (X)) |