Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/metis/files: metis-4.0.1-autotools.patch
Date: Fri, 28 Mar 2008 12:14:03
Message-Id: E1JfDT7-0006wH-62@stork.gentoo.org
1 bicatali 08/03/28 12:14:01
2
3 Modified: metis-4.0.1-autotools.patch
4 Log:
5 Updated the autotools patch to fix pkg-config file and fixed header directory issue
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.3 sci-libs/metis/files/metis-4.0.1-autotools.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/metis/files/metis-4.0.1-autotools.patch?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/metis/files/metis-4.0.1-autotools.patch?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/metis/files/metis-4.0.1-autotools.patch?r1=1.2&r2=1.3
14
15 Index: metis-4.0.1-autotools.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/metis/files/metis-4.0.1-autotools.patch,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- metis-4.0.1-autotools.patch 27 Mar 2008 19:04:35 -0000 1.2
22 +++ metis-4.0.1-autotools.patch 28 Mar 2008 12:14:00 -0000 1.3
23 @@ -1,10 +1,11 @@
24 --- configure.ac 1970-01-01 01:00:00.000000000 +0100
25 +++ configure.ac 2008-03-25 10:05:57.090715324 +0000
26 -@@ -0,0 +1,14 @@
27 +@@ -0,0 +1,15 @@
28 +# -*- Autoconf -*-
29 +AC_PREREQ(2.59)
30 +AC_INIT(metis, 4.0.1, karypis@××××××.edu)
31 +AM_INIT_AUTOMAKE([foreign])
32 ++AC_CONFIG_HEADER([config.h])
33 +AC_PROG_INSTALL
34 +AC_PROG_LIBTOOL
35 +AC_CHECK_LIB(m, sqrt)
36 @@ -27,7 +28,7 @@
37 +Description: Software for partioning unstructured graphes and meshes
38 +Version: @VERSION@
39 +Libs: -L${libdir} -lmetis
40 -+Cflags: -I${includedir}
41 ++Cflags: -I${includedir}/metis
42 --- Makefile.am 1970-01-01 01:00:00.000000000 +0100
43 +++ Makefile.am 2008-02-15 14:46:16.578826763 +0000
44 @@ -0,0 +1,5 @@
45 @@ -39,7 +40,7 @@
46 --- Lib/Makefile.am 1970-01-01 01:00:00.000000000 +0100
47 +++ Lib/Makefile.am 2008-03-25 10:06:10.719491984 +0000
48 @@ -0,0 +1,15 @@
49 -+include_HEADERS = defs.h macros.h metis.h proto.h rename.h struct.h
50 ++pkginclude_HEADERS = defs.h macros.h metis.h proto.h rename.h struct.h
51 +pkgincludedir = $(includedir)/metis
52 +lib_LTLIBRARIES = libmetis.la
53 +libmetis_la_SOURCES = \
54
55
56
57 --
58 gentoo-commits@l.g.o mailing list