mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
graphics/separate+: Fixed underlinking.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
edb9612a01
commit
b4ce25ad02
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
PRGNAM=separate+
|
||||
VERSION=${VERSION:-0.5.8}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -56,6 +56,7 @@ if [ "X$LIBDIRSUFFIX" == "X64" ]
|
|||
then sed -i 's_/lib/gimp/_/lib64/gimp/_' Makefile
|
||||
fi
|
||||
|
||||
LDFLAGS="-lm" \
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue