From 4a137ceeb1cf62fa0360bac7787a3246b2afb9d7 Mon Sep 17 00:00:00 2001 From: Thorn Inurcide Date: Tue, 18 Aug 2015 00:45:27 -0500 Subject: [PATCH] Update tqt3.SlackBuild --- Deps/tqt3/tqt3.SlackBuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Deps/tqt3/tqt3.SlackBuild b/Deps/tqt3/tqt3.SlackBuild index 6f6fca1..53c2579 100755 --- a/Deps/tqt3/tqt3.SlackBuild +++ b/Deps/tqt3/tqt3.SlackBuild @@ -239,6 +239,8 @@ mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig ) # Symlink is needed for a tde app during future compilation: +# TODO : possible removal, see if the other TDE programs can be directed to +# tqt3's include dir. Should be possible. If not, no big deal. mkdir -p $PKG/usr/include ( cd $PKG/usr/include ; ln -sf /usr/lib${LIBDIRSUFFIX}/${PRGNAM}-${VERSION}/include qt3 )