diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2020-01-23 21:13:41 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2020-01-23 21:33:24 +0100 |
commit | 214cc2a405326c1ac1e04d5512bdb7e66cf316eb (patch) | |
tree | 976b9a4471b3e4ccb3dfb4b99f84abc7b780960f /media-video/noad/files/patches-0.7.x/noad-0.7.3_missing_include.diff | |
parent | app-crypt/pdfcrack: bump & take pkg (diff) | |
download | gentoo-214cc2a405326c1ac1e04d5512bdb7e66cf316eb.tar.gz gentoo-214cc2a405326c1ac1e04d5512bdb7e66cf316eb.tar.bz2 gentoo-214cc2a405326c1ac1e04d5512bdb7e66cf316eb.zip |
media-video/noad: cleanup old
this will also fix
media-video/noad : does not respect AR
in older ebuild versions
Closes: https://bugs.gentoo.org/469810
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'media-video/noad/files/patches-0.7.x/noad-0.7.3_missing_include.diff')
-rw-r--r-- | media-video/noad/files/patches-0.7.x/noad-0.7.3_missing_include.diff | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/media-video/noad/files/patches-0.7.x/noad-0.7.3_missing_include.diff b/media-video/noad/files/patches-0.7.x/noad-0.7.3_missing_include.diff deleted file mode 100644 index c3c335c2663b..000000000000 --- a/media-video/noad/files/patches-0.7.x/noad-0.7.3_missing_include.diff +++ /dev/null @@ -1,14 +0,0 @@ -Add missing includes for ressource limits. - -Signed-off-by: Markus Rathgeb <maggu2810@gmail.com> - ---- main.cpp -+++ main.cpp -@@ -22,6 +22,7 @@ - - #include <stdlib.h> - #include <time.h> -+#include <sys/resource.h> - #include <sys/wait.h> - #include <signal.h> - #include <execinfo.h> |