dev-perl/MP3-Tag: ppc64 stable wrt bug #617106
[gentoo.git] / sci-physics / geant-python / files / geant-python-4.10.0-config.patch
1 do not hard code PATH; QGSP.hh is renamed to G4QGSParticipants.hh in geant-4.10
2
3 http://bugzilla-geant4.kek.jp/show_bug.cgi?id=1545
4 http://bugzilla-geant4.kek.jp/show_bug.cgi?id=1546
5 Index: g4py/configure
6 ===================================================================
7 --- g4py.orig/configure
8 +++ g4py/configure
9 @@ -4,9 +4,6 @@
10  # ======================================================================
11  export LANG=C
12  
13 -PATH=/bin:/usr/bin
14 -export PATH
15 -
16  # ======================================================================
17  # testing the echo features
18  # ======================================================================
19 @@ -377,7 +374,7 @@ fi
20  
21  # ---
22  echo $ac_n "Checking for physics list support ...$ac_c"
23 -if [ -f "$g4_incdir"/QGSP.hh ]; then
24 +if [ -f "$g4_incdir"/G4QGSParticipants.hh ]; then
25    enable_physicslist=1
26  fi
27  if [ $enable_physicslist = 0 ]; then