mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/driftnet: Fixed underlinking.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
56ddd84d05
commit
b5182e351c
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
PRGNAM=driftnet
|
||||
VERSION=0.1.6_p20090401
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -51,7 +51,8 @@ find . \
|
|||
|
||||
# Clean up building with libpng14 - thanks Gentoo!
|
||||
sed -i -e 's:png_set_gray_1_2_4_to_8:png_set_expand_gray_1_2_4_to_8:' png.c
|
||||
|
||||
|
||||
LDFLAGS="-lpng14" \
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
ARCH="$ARCH" \
|
||||
|
|
Loading…
Reference in a new issue