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:
Andrew Strong 2012-06-30 23:53:45 -05:00 committed by Robby Workman
parent 383542d166
commit 47d679ebb1

View file

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