Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/archivers/dpkg/files/patch-lib_compat_gettext.h
16461 views
1
--- lib/compat/gettext.h.orig 2015-11-25 21:45:14 UTC
2
+++ lib/compat/gettext.h
3
@@ -53,7 +53,6 @@
4
<libintl.h>, which chokes if dcgettext is defined as a macro. So include
5
it now, to make later inclusions of <libintl.h> a NOP. */
6
#if defined(__cplusplus) && defined(__GNUG__) && (__GNUC__ >= 3)
7
-# include <cstdlib>
8
# if (__GLIBC__ >= 2 && !defined __UCLIBC__) || _GLIBCXX_HAVE_LIBINTL_H
9
# include <libintl.h>
10
# endif
11
12