diff options
author | Larry Hajali <larryhaja@gmail.com> | 2016-02-07 10:49:47 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-08 23:43:24 +0700 |
commit | 2355494a80c4503f4f51ab8fb77373cd17823f6e (patch) | |
tree | 236833d1568b5b9720b7f0027158b07f5fef057a /graphics/fontmatrix/fontmatrix.SlackBuild | |
parent | 0898924fccf16f08aacf312c587a0720d671ce98 (diff) | |
download | slackbuilds-2355494a80c4503f4f51ab8fb77373cd17823f6e.tar.gz |
graphics/fontmatrix: fix build
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/fontmatrix/fontmatrix.SlackBuild')
-rw-r--r-- | graphics/fontmatrix/fontmatrix.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/fontmatrix/fontmatrix.SlackBuild b/graphics/fontmatrix/fontmatrix.SlackBuild index d3c032bc90..3919641d27 100644 --- a/graphics/fontmatrix/fontmatrix.SlackBuild +++ b/graphics/fontmatrix/fontmatrix.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=fontmatrix VERSION=${VERSION:-r1220} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -55,6 +55,9 @@ find -L . \ echo "StartupNotify=false" >> $PRGNAM.desktop sed -i 's|share/man|man|' CMakeLists.txt +# Fix fontmatrix build against icu 0.56. +patch -p1 < $CWD/fontmatrix-0.9.99-adapt-to-icu-56.patch + # Cmake uses the static python lib. Let's use the shared lib instead. PYVER=$(python -c 'import sys; print sys.version[:3]') PY_LIB_SHARED="/usr/lib${LIBDIRSUFFIX}/libpython${PYVER}.so" |