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/hdf5/files: hdf5-1.8.3-as-needed.patch
Date: Fri, 11 Sep 2009 02:29:35
Message-Id: E1MlvtE-0001Gc-Bl@stork.gentoo.org
1 bicatali 09/09/11 02:29:32
2
3 Modified: hdf5-1.8.3-as-needed.patch
4 Log:
5 More as-needed fixes, thanks to Kacper Kowalik closing bug #284518
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sci-libs/hdf5/files/hdf5-1.8.3-as-needed.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/files/hdf5-1.8.3-as-needed.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/files/hdf5-1.8.3-as-needed.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/files/hdf5-1.8.3-as-needed.patch?r1=1.1&r2=1.2
14
15 Index: hdf5-1.8.3-as-needed.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/files/hdf5-1.8.3-as-needed.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- hdf5-1.8.3-as-needed.patch 18 Aug 2009 21:14:37 -0000 1.1
22 +++ hdf5-1.8.3-as-needed.patch 11 Sep 2009 02:29:32 -0000 1.2
23 @@ -29,3 +29,13 @@
24
25 # Public headers
26 include_HEADERS=H5PacketTable.h
27 +--- hdf5-1.8.3.orig/hl/src/Makefile.am 2009-05-13 17:03:11.000000000 +0200
28 ++++ hdf5-1.8.3/hl/src/Makefile.am 2009-09-10 19:22:57.489698969 +0200
29 +@@ -31,6 +31,7 @@
30 + libhdf5_hl_la_LDFLAGS= -version-info $(LT_VERS_INTERFACE):$(LT_VERS_REVISION):$(LT_VERS_AGE)
31 +
32 + libhdf5_hl_la_SOURCES=H5DS.c H5IM.c H5LT.c H5LTanalyze.c H5LTparse.c H5PT.c H5TB.c
33 ++libhdf5_hl_la_LIBADD=$(top_builddir)/src/libhdf5.la
34 +
35 + # Public header files (to be installed)
36 + include_HEADERS=hdf5_hl.h H5IMpublic.h H5LTpublic.h H5TBpublic.h H5DSpublic.h H5PTpublic.h