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-physics/geant/files: geant-4.9.2-zlib.patch
Date: Mon, 19 Jan 2009 19:59:50
Message-Id: E1LP0Hg-00080T-Pe@stork.gentoo.org
1 bicatali 09/01/19 19:59:44
2
3 Added: geant-4.9.2-zlib.patch
4 Log:
5 Added a patch to avoid linking to G4zlib, closing bug #255017, thanks to Benjamin Bannier for the hint
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-physics/geant/files/geant-4.9.2-zlib.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/geant/files/geant-4.9.2-zlib.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/geant/files/geant-4.9.2-zlib.patch?rev=1.1&content-type=text/plain
13
14 Index: geant-4.9.2-zlib.patch
15 ===================================================================
16 --- config/binmake.gmk.orig 2009-01-19 16:37:42.177379773 +0000
17 +++ config/binmake.gmk 2009-01-19 16:38:04.671541248 +0000
18 @@ -258,7 +258,7 @@
19 endif
20 endif
21
22 -ifdef G4LIB_USE_ZLIB
23 +ifdef G4LIB_BUILD_ZLIB
24 LDLIBS2 += -lG4zlib
25 endif