summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-01-09 18:27:43 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-01-09 18:27:43 +0000
commit373c1f586cb6c8f61812d8ecd721733b3840da72 (patch)
treee8dcf8589b15ab0354cc4bec81a5d9ace182f119 /sci-physics/geant/files
parentTransfer Prefix keywords (diff)
downloadgentoo-2-373c1f586cb6c8f61812d8ecd721733b3840da72.tar.gz
gentoo-2-373c1f586cb6c8f61812d8ecd721733b3840da72.tar.bz2
gentoo-2-373c1f586cb6c8f61812d8ecd721733b3840da72.zip
Version bump, thanks Ben Bannier
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics/geant/files')
-rw-r--r--sci-physics/geant/files/geant-4.9.3-zlib.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/sci-physics/geant/files/geant-4.9.3-zlib.patch b/sci-physics/geant/files/geant-4.9.3-zlib.patch
new file mode 100644
index 000000000000..516a4840ae73
--- /dev/null
+++ b/sci-physics/geant/files/geant-4.9.3-zlib.patch
@@ -0,0 +1,14 @@
+diff --git a/config/binmake.gmk b/config/binmake.gmk
+index 75bbaf2..c31ed3d 100644
+--- a/config/binmake.gmk
++++ b/config/binmake.gmk
+@@ -234,7 +234,7 @@ ifdef GLOBALLIBS
+ -lG4intercoms \
+ -lG4global
+
+- ifdef G4LIB_USE_ZLIB
++ ifdef G4LIB_BUILD_ZLIB
+ LDLIBS2 += -lG4zlib
+ endif
+
+