aboutsummaryrefslogtreecommitdiff
path: root/x11/libs/wxwidgets
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libs/wxwidgets')
-rwxr-xr-xx11/libs/wxwidgets/wxWidgets.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/libs/wxwidgets/wxWidgets.SlackBuild b/x11/libs/wxwidgets/wxWidgets.SlackBuild
index 15c53bef..2238ef90 100755
--- a/x11/libs/wxwidgets/wxWidgets.SlackBuild
+++ b/x11/libs/wxwidgets/wxWidgets.SlackBuild
@@ -85,10 +85,10 @@ cd $TMP/package-$PACKAGE
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-# do we really need that?? -- hummm, no.
-# BIGVERSION=`echo $VERSION | cut -d . -f 1,2`
-# ( cd usr/bin && rm wx-config )
-# ( cd usr/bin && ln -sf $LIBDIR/wx/config/gtk2-unicode-release-$BIGVERSION wx-config )
+# do we really need that?? -- hummm, yes.
+BIGVERSION=`echo $VERSION | cut -d . -f 1,2`
+( cd usr/bin && rm wx-config )
+( cd usr/bin && ln -sf $LIBDIR/wx/config/gtk2-unicode-release-$BIGVERSION wx-config )
mkdir install
cat << EOF > install/slack-desc