diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-06-18 20:05:32 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-06-18 20:05:32 +0000 |
commit | eeb236cfa3c326a4035db12547565559ed6ecdc4 (patch) | |
tree | 17a0d772fb60a2cf7103387e6c3f56b962938d3e /sci-libs/plplot/files | |
parent | Version bump. (diff) | |
download | gentoo-2-eeb236cfa3c326a4035db12547565559ed6ecdc4.tar.gz gentoo-2-eeb236cfa3c326a4035db12547565559ed6ecdc4.tar.bz2 gentoo-2-eeb236cfa3c326a4035db12547565559ed6ecdc4.zip |
Adjust java installation directories. Remove D support, since we have no in the tree. Add dependency on cairo-ocaml for OCaml bindings if cairo is on. Fixed cmake error, bug #419743, thanks Juergen Rose for the patch.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/plplot/files')
-rw-r--r-- | sci-libs/plplot/files/plplot-5.9.9-CMakeLists.txt.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sci-libs/plplot/files/plplot-5.9.9-CMakeLists.txt.patch b/sci-libs/plplot/files/plplot-5.9.9-CMakeLists.txt.patch new file mode 100644 index 000000000000..6bec2e54cc77 --- /dev/null +++ b/sci-libs/plplot/files/plplot-5.9.9-CMakeLists.txt.patch @@ -0,0 +1,14 @@ +--- trunk/scripts/CMakeLists.txt 2011/10/31 15:33:42 12018 ++++ trunk/scripts/CMakeLists.txt 2012/01/04 15:45:07 12116 +@@ -30,9 +30,9 @@ + if(PLD_pstex) + set(scripts_SCRIPTS ${scripts_SCRIPTS} pstex2eps) + endif(PLD_pstex) +- if (NOT ${scripts_SCRIPTS} STREQUAL "") ++ if (NOT "${scripts_SCRIPTS}" STREQUAL "") + install(PROGRAMS ${scripts_SCRIPTS} DESTINATION ${BIN_DIR}) +- endif (NOT ${scripts_SCRIPTS} STREQUAL "") ++ endif (NOT "${scripts_SCRIPTS}" STREQUAL "") + endif(HAVE_BASH) + + if(ENABLE_tcl OR ENABLE_tk) |