summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-03-13 21:52:56 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-03-13 21:52:56 +0000
commitf951fd9650e77a3f0271106555e727aa712e99c6 (patch)
tree17b4f9a7821e4028fa21302c29c068e8eb6cf2c0 /sci-physics/geant/files
parentUse "-python${PYTHON_ABI}" instead of "$(PYTHON)" as suffix, for consistency ... (diff)
downloadgentoo-2-f951fd9650e77a3f0271106555e727aa712e99c6.tar.gz
gentoo-2-f951fd9650e77a3f0271106555e727aa712e99c6.tar.bz2
gentoo-2-f951fd9650e77a3f0271106555e727aa712e99c6.zip
Fixed more zlib issues. The geant3 flag is now only for unit conversion (if geant3 is needed, geant:3 has to be installed from user). The data is now fetched (building needs network) to ease maintenance and set up the proper env variables in the geant4*sh scripts. Removed a use dawn duplicate. Thanks Marek Szuba for his suggestions (bug #407517 and bug #359673). Added a message for backward compatibility (bug #360285)
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics/geant/files')
-rw-r--r--sci-physics/geant/files/geant-4.9.4-zlib.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/sci-physics/geant/files/geant-4.9.4-zlib.patch b/sci-physics/geant/files/geant-4.9.4-zlib.patch
index ac7b72818be9..1aaa3e5083ed 100644
--- a/sci-physics/geant/files/geant-4.9.4-zlib.patch
+++ b/sci-physics/geant/files/geant-4.9.4-zlib.patch
@@ -18,3 +18,17 @@
LINK_LIBRARIES
)
+--- source/visualization/externals/gl2ps/sources.cmake.orig 2011-12-02 16:07:56.000000000 +0100
++++ source/visualization/externals/gl2ps/sources.cmake 2012-03-09 14:09:26.965148002 +0100
+@@ -49,9 +49,9 @@
+ G4OpenGL2PSAction.cc
+ gl2ps.cc
+ GRANULAR_DEPENDENCIES
+- G4zlib
++ ${ZLIB_LIBRARIES}
+ GLOBAL_DEPENDENCIES
+- G4zlib
++ ${ZLIB_LIBRARIES}
+ LINK_LIBRARIES
+ ${OPENGL_LIBRARIES}
+ )