mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
graphics/LDView: Fix compatibility against libpng.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7184f70a3b
commit
c3e4467d43
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
PRGNAM=LDView
|
||||
VERSION=${VERSION:-4.2beta1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -88,7 +88,7 @@ patch -p1 < $CWD/LDView_GL.patch
|
|||
cd QT
|
||||
|
||||
# Fix LDView.pro for gcc-4.7
|
||||
sed -e 's/-ljpeg/-ljpeg -lpng14 -lz -lboost_system -lGLU/' -i LDView.pro
|
||||
sed -e 's/-ljpeg/-ljpeg -lpng -lz -lboost_system -lGLU/' -i LDView.pro
|
||||
|
||||
export LDVDEV64
|
||||
QTDIR=$QT4DIR TESTING="$SLKCFLAGS" ./makeall
|
||||
|
|
Loading…
Reference in a new issue