diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-06-11 08:41:26 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-06-11 08:41:26 +0000 |
commit | 2f6caac6019e3182486965f7f09baed7e93e1be9 (patch) | |
tree | 2d5d4350a1bbf9bafdb5f0a5260714a6190c668d /sys-libs/librpc/files/librpc-20151104-fix-throw-decls.patch | |
parent | a37f6bfc3fde25205ebac44b82f1586b924c61da (diff) | |
download | packages-2f6caac6019e3182486965f7f09baed7e93e1be9.tar.gz packages-2f6caac6019e3182486965f7f09baed7e93e1be9.tar.bz2 packages-2f6caac6019e3182486965f7f09baed7e93e1be9.tar.xz packages-2f6caac6019e3182486965f7f09baed7e93e1be9.zip |
The New Plan
ebuild branch has old ebuilds. profiles dir still has CFLAGS.
Everything else is removed or modified for changing of upstream to
Alpine.
Diffstat (limited to 'sys-libs/librpc/files/librpc-20151104-fix-throw-decls.patch')
-rw-r--r-- | sys-libs/librpc/files/librpc-20151104-fix-throw-decls.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/sys-libs/librpc/files/librpc-20151104-fix-throw-decls.patch b/sys-libs/librpc/files/librpc-20151104-fix-throw-decls.patch deleted file mode 100644 index fb97933ff..000000000 --- a/sys-libs/librpc/files/librpc-20151104-fix-throw-decls.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- librpc-uclibc-a921e3d/rpc/compat.h.old 2015-11-04 19:33:16.000000000 +0100 -+++ librpc-uclibc-a921e3d/rpc/compat.h 2016-08-30 10:01:17.226733271 +0100 -@@ -4,6 +4,24 @@ - #define _XOPEN_SOURCE - #define _GNU_SOURCE - -+#if !defined(__THROW) -+# if defined(__cplusplus) -+# define __THROW throw() -+# else -+# define __THROW -+# endif -+#endif -+ -+#if !defined(__BEGIN_DECLS) && !defined(__END_DECLS) -+# if defined(__cplusplus) -+# define __BEGIN_DECLS extern "C" { -+# define __END_DECLS } -+# else -+# define __BEGIN_DECLS -+# define __END_DECLS -+# endif -+#endif -+ - #include <features.h> - #include <errno.h> - |