mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
desktop/mh5000: Fixed md5sum.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
283e975211
commit
54f3f3db72
2 changed files with 2 additions and 4 deletions
|
@ -70,9 +70,7 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
#g++: error: unrecognized command line option '-std=lX11'
|
||||
#CXXFLAGS="$SLKCFLAGS -std=lX11"
|
||||
CXXFLAGS="$SLKCFLAGS -std=c+11" \
|
||||
CXXFLAGS="$SLKCFLAGS -std=c++11" \
|
||||
make
|
||||
|
||||
mkdir -p $PKG/usr/bin
|
||||
|
|
|
@ -2,7 +2,7 @@ PRGNAM="mh5000"
|
|||
VERSION="1.3.3"
|
||||
HOMEPAGE="https://sourceforge.net/projects/mh5000/"
|
||||
DOWNLOAD="https://sourceforge.net/projects/mh5000/files/mh5000-1.3.3.tar.gz"
|
||||
MD5SUM="93b47c58abdbd7f7e1a0ce16865f976f"
|
||||
MD5SUM="cca43d06f689c69019d288dd84754b0f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="imlib2"
|
||||
|
|
Loading…
Reference in a new issue