mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/videocut: Added -fpermissive to the CXXFLAGS.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
da51e79f5c
commit
c490185c8a
1 changed files with 5 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
PRGNAM=videocut
|
PRGNAM=videocut
|
||||||
VERSION=${VERSION:-0.2.0}
|
VERSION=${VERSION:-0.2.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
# Automatically determine the architecture we're building on:
|
||||||
|
@ -55,6 +55,10 @@ find . \
|
||||||
|
|
||||||
# Fix the docdir
|
# Fix the docdir
|
||||||
sed -i "s%/usr/share/doc/videocut/%/usr/doc/$PRGNAM-$VERSION/%" videocut.pro
|
sed -i "s%/usr/share/doc/videocut/%/usr/doc/$PRGNAM-$VERSION/%" videocut.pro
|
||||||
|
|
||||||
|
# Needed for gcc-4.7.x
|
||||||
|
echo "QMAKE_CXXFLAGS += $SLKCFLAGS -fpermissive" >> videocut.pro
|
||||||
|
|
||||||
qmake
|
qmake
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in a new issue