Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 315405 Details for
Bug 419743
sci-libs/plplot-5.9.9 - CMake Error at scripts/CMakeLists.txt:33 (if): if given arguments: "NOT" "plm2gif" "plpr" "pstex2eps" "STREQUAL" "" Unknown arguments specified
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
plplot-5.9.9-CMakeLists.txt.patch
plplot-5.9.9-CMakeLists.txt.patch (text/plain), 524 bytes, created by
Juergen Rose
on 2012-06-15 09:13:56 UTC
(
hide
)
Description:
plplot-5.9.9-CMakeLists.txt.patch
Filename:
MIME Type:
Creator:
Juergen Rose
Created:
2012-06-15 09:13:56 UTC
Size:
524 bytes
patch
obsolete
>--- 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)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 419743
:
314277
|
315403
| 315405