mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
audio/ngjackspa: Fixed build with gcc-5.3.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
396424b968
commit
91aa59e089
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ sed -i -e 's,-m 0755,-s &,' Makefile
|
||||||
DOCDIR=/usr/doc/$PRGNAM-$VERSION
|
DOCDIR=/usr/doc/$PRGNAM-$VERSION
|
||||||
|
|
||||||
make \
|
make \
|
||||||
CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS -std=c++11" \
|
||||||
docdir=$DOCDIR \
|
docdir=$DOCDIR \
|
||||||
prefix=/usr \
|
prefix=/usr \
|
||||||
mandir=/usr/man \
|
mandir=/usr/man \
|
||||||
|
|
Loading…
Reference in a new issue