diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-16 23:16:55 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-17 00:25:56 +0200 |
commit | f6ce89541c522298b585d8096b4d0cd8b744f15e (patch) | |
tree | 6d270a216d5b77beb4580bcff0e7b7a3b18589f4 /media-libs/qhull/files | |
parent | media-libs/aldumb: EAPI-6 bump (diff) | |
download | gentoo-f6ce89541c522298b585d8096b4d0cd8b744f15e.tar.gz gentoo-f6ce89541c522298b585d8096b4d0cd8b744f15e.tar.bz2 gentoo-f6ce89541c522298b585d8096b4d0cd8b744f15e.zip |
media-libs/qhull: Drop old, EAPI5--
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'media-libs/qhull/files')
-rw-r--r-- | media-libs/qhull/files/qhull-2012.1-format-security.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/media-libs/qhull/files/qhull-2012.1-format-security.patch b/media-libs/qhull/files/qhull-2012.1-format-security.patch deleted file mode 100644 index 14bce2baa75c..000000000000 --- a/media-libs/qhull/files/qhull-2012.1-format-security.patch +++ /dev/null @@ -1,16 +0,0 @@ - src/libqhull/io.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/libqhull/io.c b/src/libqhull/io.c -index 09a0079..2bd066e 100644 ---- a/src/libqhull/io.c -+++ b/src/libqhull/io.c -@@ -2238,7 +2238,7 @@ void qh_printfacet3math(FILE *fp, facetT *facet, qh_PRINT format, int notfirst) - qh_memfree(point, qh normal_size); - qh_settempfree(&points); - qh_settempfree(&vertices); -- qh_fprintf(fp, 9110, endfmt); -+ fprintf(fp, "%s", endfmt); - } /* printfacet3math */ - - |