summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-26 15:31:01 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-26 15:31:01 +0000
commitc2e6d8add4c1409213f68a963db2365b69e15d2c (patch)
tree0c5b800e0ead9b4b4af2e380d1a4892a228066db /sci-chemistry/openbabel/files
parentDepend on virtual/ffmpeg instead of media-video/ffmpeg. (diff)
downloadhistorical-c2e6d8add4c1409213f68a963db2365b69e15d2c.tar.gz
historical-c2e6d8add4c1409213f68a963db2365b69e15d2c.tar.bz2
historical-c2e6d8add4c1409213f68a963db2365b69e15d2c.zip
Version Bump, mainly prepared by rei4dan, #345093
Package-Manager: portage-2.2.0_alpha28/cvs/Linux x86_64
Diffstat (limited to 'sci-chemistry/openbabel/files')
-rw-r--r--sci-chemistry/openbabel/files/openbabel-2.3.0-test_lib_path.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-chemistry/openbabel/files/openbabel-2.3.0-test_lib_path.patch b/sci-chemistry/openbabel/files/openbabel-2.3.0-test_lib_path.patch
new file mode 100644
index 000000000000..014da6bcd585
--- /dev/null
+++ b/sci-chemistry/openbabel/files/openbabel-2.3.0-test_lib_path.patch
@@ -0,0 +1,12 @@
+diff -ru old/openbabel-2.3.0/test/CMakeLists.txt new/openbabel-2.3.0/test/CMakeLists.txt
+--- old/openbabel-2.3.0/test/CMakeLists.txt 2010-10-26 17:39:01.000000000 +0300
++++ new/openbabel-2.3.0/test/CMakeLists.txt 2010-11-14 18:13:32.000000000 +0200
+@@ -2,7 +2,7 @@
+ add_definitions(-DTESTDATADIR="\\"${CMAKE_SOURCE_DIR}/test/files/\\"")
+
+ # define FORMATDIR for location of format plugin binaries
+-add_definitions(-DFORMATDIR="\\"${openbabel_BINARY_DIR}/lib/\\"")
++add_definitions(-DFORMATDIR="\\"${openbabel_BINARY_DIR}/lib${LIB_SUFFIX}/\\"")
+
+ ###########################################################
+ # new tests using obtest.h