Browse Source

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>
pull/196/head
Luiz Antônio 3 years ago
committed by Willy Sudiarto Raharjo
parent
commit
39e2d36ef1
  1. 1
      multimedia/subtitleeditor/subtitleeditor.SlackBuild

1
multimedia/subtitleeditor/subtitleeditor.SlackBuild

@ -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} \

Loading…
Cancel
Save