diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-06-16 15:30:25 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-06-16 15:30:25 +0000 |
commit | a43329c55df0479bc9e96ed4006b43444fed2270 (patch) | |
tree | 885b39cf4df3100722f6554e49d03d2a6906bdd3 /sci-mathematics/qtoctave/files | |
parent | x86 stable wrt bug #323169 (diff) | |
download | gentoo-2-a43329c55df0479bc9e96ed4006b43444fed2270.tar.gz gentoo-2-a43329c55df0479bc9e96ed4006b43444fed2270.tar.bz2 gentoo-2-a43329c55df0479bc9e96ed4006b43444fed2270.zip |
Added patch from Fedora to avoid collision with libquicktime, bug #324217, thanks ssuominen
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/qtoctave/files')
-rw-r--r-- | sci-mathematics/qtoctave/files/qtoctave-0.9.1-qtinfo.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sci-mathematics/qtoctave/files/qtoctave-0.9.1-qtinfo.patch b/sci-mathematics/qtoctave/files/qtoctave-0.9.1-qtinfo.patch new file mode 100644 index 000000000000..e6c632edd163 --- /dev/null +++ b/sci-mathematics/qtoctave/files/qtoctave-0.9.1-qtinfo.patch @@ -0,0 +1,20 @@ +--- qtoctave-0.9.1/qtinfo/CMakeLists.txt 2010-01-25 15:19:51.000000000 +0200 ++++ qtoctave-0.9.1/qtinfo/CMakeLists.txt 2010-05-09 16:02:41.000000000 +0300 +@@ -33,6 +33,7 @@ + PROPERTIES INSTALL_RPATH ":usr/lib" + BUILD_WITH_INSTALL_RPATH true + INSTALL_RPATH_USE_LINK_PATH true ++ OUTPUT_NAME qtoctave-info + ) + + TARGET_LINK_LIBRARIES(qtinfo +--- qtoctave-0.9.1/qtoctave/src/scripts_octave/qtinfo.m 2010-01-25 15:19:50.000000000 +0200 ++++ qtoctave-0.9.1/qtoctave/src/scripts_octave/qtinfo.m 2010-05-09 16:02:19.000000000 +0300 +@@ -1,5 +1,5 @@ + function qtinfo() +- command=sprintf("qtinfo %s > /dev/null", info_file); ++ command=sprintf("qtoctave-info %s > /dev/null", info_file); + printf("Starting info: %s\n", command); + system(command, 1, "async"); + endfunction +\ No newline at end of file |