wok-6.x diff podofo/receipt @ rev 19373
xarchive: add nanozip
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 10 14:08:33 2016 +0200 (2016-08-10) |
parents | 9f7eed078218 |
children | 36df580eeec3 |
line diff
1.1 --- a/podofo/receipt Thu May 08 07:51:29 2014 +0000 1.2 +++ b/podofo/receipt Wed Aug 10 14:08:33 2016 +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 -