wok-current diff podofo/receipt @ rev 18995
Add: PeaZip 6.0.0 Env:GTK2 - (peazip.org).
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Sat Mar 19 01:26:01 2016 -0300 (2016-03-19) |
parents | 9f7eed078218 |
children | 36df580eeec3 |
line diff
1.1 --- a/podofo/receipt Thu May 08 07:51:29 2014 +0000 1.2 +++ b/podofo/receipt Sat Mar 19 01:26:01 2016 -0300 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 -