wok-next diff podofo/receipt @ rev 20087
Up dahdi-linux, dahdi-tools (2.11.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 27 22:24:52 2017 +0200 (2017-10-27) |
parents | 9f7eed078218 |
children | dd145c435e4b |
line diff
1.1 --- a/podofo/receipt Thu May 08 07:51:29 2014 +0000 1.2 +++ b/podofo/receipt Fri Oct 27 22:24:52 2017 +0200 1.3 @@ -17,6 +17,7 @@ 1.4 compile_rules() 1.5 { 1.6 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE \ 1.7 + -DFREETYPE_INCLUDE_DIR=/usr/include/freetype2 \ 1.8 -DPODOFO_BUILD_STATIC:BOOL=TRUE \ 1.9 -DPODOFO_BUILD_SHARED:BOOL=TRUE . && 1.10 make && 1.11 @@ -30,4 +31,3 @@ 1.12 cp -a $install/usr/bin $fs/usr 1.13 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.14 } 1.15 -