network/aMule: Updated for version 2.3.3.

Use the C++14 standard: gcc >= 11.x defaults to -std=gnu++17
and this breaks the build in this case

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2021-08-16 13:26:19 +02:00 committed by Willy Sudiarto Raharjo
parent 5ebbca2577
commit b04796101e
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=aMule
VERSION=${VERSION:-r11055}
VERSION=${VERSION:-2.3.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -140,7 +140,7 @@ find -L . \
-exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS -std=gnu++14" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \

View file

@ -1,8 +1,8 @@
PRGNAM="aMule"
VERSION="r11055"
VERSION="2.3.3"
HOMEPAGE="http://www.amule.org"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/aMule-r11055.tar.xz"
MD5SUM="4d4dbf14b0eb29786ad2bc17c1276aec"
DOWNLOAD="https://downloads.sf.net/amule/aMule-2.3.3.tar.xz"
MD5SUM="2858a7f693c76c23f1786364d6a80900"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxPython"