View | Details | Raw Unified | Return to bug 275527
Collapse All | Expand All

(-)b/cad/scotch/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	scotch
1
PORTNAME=	scotch
2
DISTVERSION=	6.0.4-aster7
2
DISTVERSION=	6.0.4-aster7
3
PORTREVISION=	4
3
PORTREVISION=	5
4
CATEGORIES=	cad science
4
CATEGORIES=	cad science
5
5
6
MAINTAINER=	thierry@FreeBSD.org
6
MAINTAINER=	thierry@FreeBSD.org
(-)b/cad/scotch/files/patch-src_libscotch_library.h (+16 lines)
Added Link Here
1
- workaround for:
2
- - https://gitlab.inria.fr/scotch/scotch/-/issues/35
3
- - https://github.com/FreeFem/FreeFem-sources/issues/296
4
5
--- src/libscotch/library.h.orig	2017-02-22 07:20:57 UTC
6
+++ src/libscotch/library.h
7
@@ -61,6 +61,9 @@
8
 #ifndef SCOTCH_H
9
 #define SCOTCH_H
10
 
11
+#include <sys/types.h>
12
+#include <stdio.h>
13
+
14
 /*
15
 **  The type and structure definitions.
16
 */

Return to bug 275527