diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2020-01-18 07:24:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-18 07:24:18 +0700 |
commit | 9f90920b54438c1aaa13a82eeb64718074fde21c (patch) | |
tree | baf4afcc41e352ffda26fb1980e8bc43dd13d2ed /libraries/ftgl/ftgl.SlackBuild | |
parent | 6607664a45fe273e3fb61ad0304c95e133b4984b (diff) | |
download | slackbuilds-9f90920b54438c1aaa13a82eeb64718074fde21c.tar.gz |
libraries/ftgl: Disable docs to avoid texlive.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/ftgl/ftgl.SlackBuild')
-rw-r--r-- | libraries/ftgl/ftgl.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/ftgl/ftgl.SlackBuild b/libraries/ftgl/ftgl.SlackBuild index 6e17a11527..a7be37d4eb 100644 --- a/libraries/ftgl/ftgl.SlackBuild +++ b/libraries/ftgl/ftgl.SlackBuild @@ -73,12 +73,14 @@ find -L . \ ./autogen.sh +# docs requires texlive, tetex is not sufficient CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS -std=gnu++11" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ - --disable-static + --disable-static \ + --disable-doc make GLUT_LIBS="-lglut -lGLU -lGL -lm" make install-strip DESTDIR=$PKG |