diff options
author | 2019-10-17 06:07:40 +0200 | |
---|---|---|
committer | 2019-10-17 06:07:40 +0200 | |
commit | f461aaae3675f0bf7f1e89e2ee5710ab2acccc20 (patch) | |
tree | 3d5f482a6145d813bfcb7c5ccfee8ee449d2e802 /dev-perl/Unix-Mknod/files | |
parent | dev-perl/Filesys-Statvfs: New package. Missing dep in some other places. (diff) | |
download | gentoo-f461aaae3675f0bf7f1e89e2ee5710ab2acccc20.tar.gz gentoo-f461aaae3675f0bf7f1e89e2ee5710ab2acccc20.tar.bz2 gentoo-f461aaae3675f0bf7f1e89e2ee5710ab2acccc20.zip |
dev-perl/Unix-Mknod: New old package. Missing dep of dev-perl/Fuse.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Unix-Mknod/files')
-rw-r--r-- | dev-perl/Unix-Mknod/files/Unix-Mknod-0.40.0-glibc226.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-perl/Unix-Mknod/files/Unix-Mknod-0.40.0-glibc226.patch b/dev-perl/Unix-Mknod/files/Unix-Mknod-0.40.0-glibc226.patch new file mode 100644 index 000000000000..0b33b6a2fda4 --- /dev/null +++ b/dev-perl/Unix-Mknod/files/Unix-Mknod-0.40.0-glibc226.patch @@ -0,0 +1,12 @@ +diff -ruN Unix-Mknod-0.04.orig/Mknod.xs Unix-Mknod-0.04/Mknod.xs +--- Unix-Mknod-0.04.orig/Mknod.xs 2005-07-08 21:04:23.000000000 +0200 ++++ Unix-Mknod-0.04/Mknod.xs 2019-10-17 06:06:22.073130897 +0200 +@@ -10,6 +10,8 @@ + + #ifdef HAS_SYSMKDEV + #include <sys/mkdev.h> ++#else ++#include <sys/sysmacros.h> + #endif + + #ifdef __cplusplus |