mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
5ebbca2577
commit
b04796101e
2 changed files with 5 additions and 5 deletions
|
@ -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} \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue