mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/libtunepimp: Removed reference to deprecated curl header.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
7f036bc822
commit
ef1142720e
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
PRGNAM=libtunepimp
|
||||
VERSION=${VERSION:-0.5.3}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
|
@ -58,6 +58,9 @@ patch -p1 < $CWD/libtunepimp-0.5.3-gcc44.patch
|
|||
# Patch for new libmp4v2
|
||||
patch -p1 < $CWD/libtunepimp-0.5.3-libmp4v2.patch
|
||||
|
||||
# A curl header is deprecated.
|
||||
sed -i '/include.*types.h/d' $TMP/$PRGNAM-$VERSION/lib/protocol.cpp
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
Loading…
Reference in a new issue