diff options
Diffstat (limited to 'textproc/gladtex/files/patch-CMakeLists.txt')
| -rw-r--r-- | textproc/gladtex/files/patch-CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/gladtex/files/patch-CMakeLists.txt b/textproc/gladtex/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..a274d3b01720 --- /dev/null +++ b/textproc/gladtex/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2014-02-20 19:54:58 UTC ++++ CMakeLists.txt +@@ -34,7 +34,7 @@ if(POD2MAN) + if(POD2MAN) + message(STATUS "found pod2man for generation of documentation: ${POD2MAN}") + add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/gladtex.1 +- COMMAND ${POD2MAN} ARGS -c \"User Commands\" -r \"gladtex 1.3\" ${CMAKE_SOURCE_DIR}/gladtex.pod > ${CMAKE_BINARY_DIR}/gladtex.1) ++ COMMAND ${POD2MAN} ARGS -c \"User Commands\" -r \"gladtex 1.4.2\" ${CMAKE_SOURCE_DIR}/gladtex.pod > ${CMAKE_BINARY_DIR}/gladtex.1) + add_custom_target(gladtex.1_custom ALL DEPENDS ${CMAKE_BINARY_DIR}/gladtex.1) + endif() + |
