multimedia/subtitleeditor: Both ``CFLAGS`` and ``CXXFLAGS`` shall be equal to ``SLKCFLAGS``

I was building subtitleeditor right now and perceived that my ``CFLAGS`` settings weren't being in fact used, so checked out the code and figured out that ``CXXFLAGS`` wasn't being set as ``SLKCFLAGS``.
Anyway, small but useful fix.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Luiz Antônio 2023-01-30 01:21:31 -03:00 committed by Willy Sudiarto Raharjo
parent 972ae9ac09
commit 39e2d36ef1
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./autogen.sh \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \