From a194616535da5e67af37a11fcc077615e59aadf9 Mon Sep 17 00:00:00 2001 From: Thorn Inurcide Date: Fri, 1 Jan 2016 20:40:28 -0500 Subject: [PATCH] Update tqt3.SlackBuild --- Deps/tqt3/tqt3.SlackBuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Deps/tqt3/tqt3.SlackBuild b/Deps/tqt3/tqt3.SlackBuild index cafb28d..c178c5e 100755 --- a/Deps/tqt3/tqt3.SlackBuild +++ b/Deps/tqt3/tqt3.SlackBuild @@ -235,9 +235,7 @@ mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig ln -sf /usr/lib${LIBDIRSUFFIX}/${PRGNAM}-${VERSION}/lib/pkgconfig/tqt-mt.pc . ) -# 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. +# Symlink tqt3 includes to qt3, to provide it for non-tde software as well =] mkdir -p $PKG/usr/include ( cd $PKG/usr/include ; ln -sf /usr/lib${LIBDIRSUFFIX}/${PRGNAM}-${VERSION}/include qt3 )