mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/ftgl: Fixed build with newer gcc
No, this isn't needed on 13.37, but it doesn't hurt either, and it makes for a bit less work on us later... Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
383542d166
commit
47d679ebb1
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--sysconfdir=/etc
|
||||
|
||||
make
|
||||
make GLUT_LIBS="-lglut -lGLU -lGL -lm"
|
||||
make install-strip DESTDIR=$PKG
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue