wok-next annotate libctpp2/stuff/patches/libctpp2.patch @ rev 21420

updated puzzles ( -> 20200413)
author Hans-G?nter Theisgen
date Mon Apr 27 17:23:45 2020 +0100 (2020-04-27)
parents
children
rev   line source
al@19910 1 --- a/src/CTPP2FileSourceLoader.cpp
al@19910 2 +++ b/src/CTPP2FileSourceLoader.cpp
al@19910 3 @@ -38,6 +38,7 @@
al@19910 4 #include <errno.h>
al@19910 5 #include <stdio.h>
al@19910 6 #include <stdlib.h>
al@19910 7 +#include <unistd.h>
al@19910 8
al@19910 9 #ifdef WIN32
al@19910 10 #include <direct.h> /* getcwd */
al@19910 11 --- a/CMakeLists.txt
al@19910 12 +++ b/CMakeLists.txt
al@19910 13 @@ -809,7 +809,7 @@
al@19910 14 man/ctpp2i.1
al@19910 15 man/ctpp2json.1
al@19910 16 man/ctpp2vm.1
al@19910 17 - DESTINATION man/man1
al@19910 18 + DESTINATION share/man/man1
al@19910 19 PERMISSIONS OWNER_READ OWNER_WRITE
al@19910 20 GROUP_READ
al@19910 21 WORLD_READ)