summarylogtreecommitdiffstats
path: root/geant3_root6.patch
diff options
context:
space:
mode:
authorBastian Löher2017-05-09 13:37:42 +0200
committerBastian Löher2017-05-09 15:21:06 +0200
commit9164a817a6cfa14a1ac399c6813d724f8ecc47c8 (patch)
tree860577192592aa0b69ac93cf27e78c6503033368 /geant3_root6.patch
downloadaur-geant3.tar.gz
Commit for AUR
Diffstat (limited to 'geant3_root6.patch')
-rw-r--r--geant3_root6.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/geant3_root6.patch b/geant3_root6.patch
new file mode 100644
index 000000000000..dc559a26040f
--- /dev/null
+++ b/geant3_root6.patch
@@ -0,0 +1,10 @@
+--- cmake/Geant3BuildLibrary.cmake
++++ cmake/Geant3BuildLibrary.cmake
+@@ -26,6 +26,7 @@ include_directories(
+ ${PROJECT_SOURCE_DIR}
+ ${PROJECT_SOURCE_DIR}/minicern
+ ${PROJECT_SOURCE_DIR}/TGeant3
++ ${CMAKE_INSTALL_PREFIX}/include/TGeant3
+ ${CMAKE_CURRENT_BINARY_DIR})
+
+ #-------------------------------------------------------------------------------