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:
parent
972ae9ac09
commit
39e2d36ef1
|
@ -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…
Reference in New Issue