mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
431 B
C
11 lines
431 B
C
--- lib/compat/gettext.h.orig 2015-11-25 21:45:14 UTC
|
|
+++ lib/compat/gettext.h
|
|
@@ -53,7 +53,6 @@
|
|
<libintl.h>, which chokes if dcgettext is defined as a macro. So include
|
|
it now, to make later inclusions of <libintl.h> a NOP. */
|
|
#if defined(__cplusplus) && defined(__GNUG__) && (__GNUC__ >= 3)
|
|
-# include <cstdlib>
|
|
# if (__GLIBC__ >= 2 && !defined __UCLIBC__) || _GLIBCXX_HAVE_LIBINTL_H
|
|
# include <libintl.h>
|
|
# endif
|