diff options
author | 2018-03-06 08:11:18 +0100 | |
---|---|---|
committer | 2018-03-06 15:43:07 +0100 | |
commit | 07c7bca3d839057a25d4ea681e48e76f76d7c699 (patch) | |
tree | 5c4e76b20cf33db3d8a4f3e4c63ada99d2efb920 /sci-physics/root/files | |
parent | sci-physics/root: keep directories needed by rootd daemon (diff) | |
download | gentoo-07c7bca3d839057a25d4ea681e48e76f76d7c699.tar.gz gentoo-07c7bca3d839057a25d4ea681e48e76f76d7c699.tar.bz2 gentoo-07c7bca3d839057a25d4ea681e48e76f76d7c699.zip |
sci-physics/root: version bump to 6.12/06
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sci-physics/root/files')
-rw-r--r-- | sci-physics/root/files/root-6.12.04-find-oracle-12.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/sci-physics/root/files/root-6.12.04-find-oracle-12.patch b/sci-physics/root/files/root-6.12.04-find-oracle-12.patch deleted file mode 100644 index 242e76d09879..000000000000 --- a/sci-physics/root/files/root-6.12.04-find-oracle-12.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 7aa8aacad80c75b40bb25bdeccc7cacce9a270ca Mon Sep 17 00:00:00 2001 -From: Guilherme Amadio <amadio@cern.ch> -Date: Mon, 18 Dec 2017 13:32:06 +0100 -Subject: [PATCH] Fix FindOracle.cmake to find version 12.x - ---- - cmake/modules/FindOracle.cmake | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/cmake/modules/FindOracle.cmake b/cmake/modules/FindOracle.cmake -index 24031664a6..b7c8cfbb99 100644 ---- a/cmake/modules/FindOracle.cmake -+++ b/cmake/modules/FindOracle.cmake -@@ -12,7 +12,7 @@ set(ORACLE_FOUND 0) - if(ORACLE_INCLUDE_DIR AND ORACLE_LIBRARY_OCCI) - set(ORACLE_FIND_QUIETLY 1) - endif() --set(ORACLE_HOME $ENV{ORACLE_DIR}) -+set(ORACLE_HOME $ENV{ORACLE_HOME}) - - IF (ORACLE_PATH_INCLUDES) - SET (ORACLE_INCLUDES_LOCATION ${ORACLE_PATH_INCLUDES}) -@@ -55,7 +55,7 @@ FIND_LIBRARY( - ) - FIND_LIBRARY( - ORACLE_LIBRARY_LNNZ -- NAMES libnnz10 nnz10 libnnz11 nnz11 ociw32 -+ NAMES libnnz10 nnz10 libnnz11 nnz11 libnnz12 nnz12 ociw32 - PATHS ${ORACLE_LIB_LOCATION} - ) - --- -2.15.1 - |