diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-10-29 22:14:35 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-10-29 22:14:35 +0000 |
commit | 1431bc45f6d968511524325e00858dd057f9a61e (patch) | |
tree | e7408ee9f8d28d4313ce92b7ded8a2bde2d72109 /graphics | |
parent | 03ffc1791a0ba22594daff52048885907a4ff2b5 (diff) | |
download | ports-1431bc45f6d968511524325e00858dd057f9a61e.tar.gz ports-1431bc45f6d968511524325e00858dd057f9a61e.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/luminance-qt5/files/patch-src_Libpfs_maninp_projection.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/luminance-qt5/files/patch-src_Libpfs_maninp_projection.cpp b/graphics/luminance-qt5/files/patch-src_Libpfs_maninp_projection.cpp new file mode 100644 index 000000000000..5f85799aa2f1 --- /dev/null +++ b/graphics/luminance-qt5/files/patch-src_Libpfs_maninp_projection.cpp @@ -0,0 +1,12 @@ +Include cstdio for stderr, to fix the build with gcc 4.9 + +--- src/Libpfs/manip/projection.cpp.orig 2015-10-29 16:26:58.000000000 +0100 ++++ src/Libpfs/manip/projection.cpp 2015-10-29 16:27:41.000000000 +0100 +@@ -26,6 +26,7 @@ + + #include <cmath> + #include <cstring> ++#include <cstdio> + // #include <stdio.h> + // #include <stdlib.h> + |