Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/punc/files: 1.4-header.patch
Date: Tue, 02 Nov 2010 09:16:34
Message-Id: 20101102091629.5DFF120054@flycatcher.gentoo.org
1 jlec 10/11/02 09:16:29
2
3 Added: 1.4-header.patch
4 Log:
5 Fixed automagic doxygen usage
6
7 (Portage version: 2.1.9.24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-libs/punc/files/1.4-header.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/files/1.4-header.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/files/1.4-header.patch?rev=1.1&content-type=text/plain
14
15 Index: 1.4-header.patch
16 ===================================================================
17 diff --git a/src/vf2c/punc/vsuperlu.h b/src/vf2c/punc/vsuperlu.h
18 index d0e7fb3..cb7977a 100644
19 --- a/src/vf2c/punc/vsuperlu.h
20 +++ b/src/vf2c/punc/vsuperlu.h
21 @@ -34,7 +34,7 @@
22
23 #include <punc/punc_base.h>
24
25 -#include <punc/slu_ddefs.h>
26 +#include <superlu/slu_ddefs.h>
27
28 #endif /* _VSUPERLU_H_ */
29
30 diff --git a/src/vf2c/punc/vumfpack.h b/src/vf2c/punc/vumfpack.h
31 index 06896f3..e90aca6 100644
32 --- a/src/vf2c/punc/vumfpack.h
33 +++ b/src/vf2c/punc/vumfpack.h
34 @@ -34,7 +34,7 @@
35
36 #include <punc/punc_base.h>
37
38 -#include <punc/umfpack.h>
39 +#include <umfpack.h>
40
41 #endif /* _VUMFPACK_H_ */