1
0
mirror of synced 2024-05-29 08:48:14 +02:00
TheChymera-overlay/sci-biology/fsl/files/fsl-5.0.4-headers.patch
Horea Christian ed14ef2be5
sci-biology/fsl: attempt at version bump 6.0.2
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Horea Christian <chr@chymera.eu>
2019-11-06 23:30:23 +01:00

33 lines
1.0 KiB
Diff

--- src/avwutils/fslmaths.cc.orig 2013-10-19 00:17:44.765129309 +1300
+++ src/avwutils/fslmaths.cc 2013-10-19 00:18:02.975157728 +1300
@@ -71,7 +71,7 @@
#include "newimage/newimageall.h"
#include "miscmaths/miscmaths.h"
#include "utils/fsl_isfinite.h"
-#include "libprob/libprob.h"
+#include "libprob.h"
using namespace MISCMATHS;
using namespace NEWIMAGE;
--- src/miscvis/writepng.c.orig 2013-10-19 00:18:32.415203592 +1300
+++ src/miscvis/writepng.c 2013-10-19 00:19:05.414255132 +1300
@@ -32,6 +32,7 @@
#include <stdlib.h> /* for exit() prototype */
+#include "zlib.h"
#include "png.h" /* libpng header; includes zlib.h and setjmp.h */
#include "writepng.h" /* typedefs, common macros, public prototypes */
--- src/ptx2/surfmaths.cc.orig 2013-10-19 00:19:51.595327317 +1300
+++ src/ptx2/surfmaths.cc 2013-10-19 00:20:09.284354805 +1300
@@ -72,7 +72,7 @@
#include "csv_mesh.h"
#include "miscmaths/miscmaths.h"
#include "utils/fsl_isfinite.h"
-#include "libprob/libprob.h"
+#include "libprob.h"
using namespace MISCMATHS;