mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 15:09:04 +02:00
- adds a new LICENSE GPL-3+-with-openssl-exception - cleans up all old 2.2.15 patches - fixes compilation errors on clang-only systems by removing '-export-dynamic' from Makefile Closes: https://bugs.gentoo.org/880267 Closes: https://bugs.gentoo.org/930500 Closes: https://bugs.gentoo.org/933241 Signed-off-by: Phil Stracchino <phils@caerllewys.net> Closes: https://github.com/gentoo/gentoo/pull/37513 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
16 lines
428 B
Diff
16 lines
428 B
Diff
--- gnubiff-2.2.17/src/nls.h
|
|
+++ gnubiff-2.2.17/src/nls.h
|
|
@@ -43,13 +43,8 @@
|
|
# define N_(String) (String)
|
|
# endif
|
|
#else
|
|
# define _(String) (String)
|
|
# define N_(String) (String)
|
|
-# define textdomain(String) (String)
|
|
-# define gettext(String) (String)
|
|
-# define dgettext(Domain,String) (String)
|
|
-# define dcgettext(Domain,String,Type) (String)
|
|
-# define bindtextdomain(Domain,Directory) (Domain)
|
|
#endif
|
|
|
|
#endif
|