mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
libraries/podofo: Support cppunit 1.14.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
29e6b6fe0a
commit
78717f4842
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=podofo
|
||||
VERSION=${VERSION:-0.9.5}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
|
@ -83,6 +83,7 @@ cd build
|
|||
-DPODOFO_BUILD_STATIC:BOOL=FALSE \
|
||||
-DPODOFO_BUILD_SHARED:BOOL=TRUE \
|
||||
-DPODOFO_USE_VISIBILITY:BOOL=1 \
|
||||
-DCMAKE_CXX_STANDARD:STRING=11 \
|
||||
-DWANT_BOOST:BOOL=1 \
|
||||
-DLIB_SUFFIX:STRING="$LIBDIRSUFFIX" \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
|
|
Loading…
Reference in a new issue