]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
wxwidgets - do we really need that hack?
authorrafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4>
Tue, 24 Oct 2006 16:07:52 +0000 (16:07 +0000)
committerrafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4>
Tue, 24 Oct 2006 16:07:52 +0000 (16:07 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@506 370017ae-e619-0410-ac65-c121f96126d4

wxwidgets/wxWidgets.SlackBuild

index 88018baa7973f4f9943a8843d3d7651144a5e3a8..e25ed79abd385427563e23bb4003cc6eaad143f5 100755 (executable)
@@ -87,8 +87,9 @@ 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
 
-( cd usr/bin && rm wx-config )
-( cd usr/bin && ln -sf /usr/lib64/wx/config/gtk2-unicode-release-2.6 wx-config )
+# do we really need that??
+# ( cd usr/bin && rm wx-config )
+# ( cd usr/bin && ln -sf $LIBDIR/wx/config/gtk2-unicode-release-2.6 wx-config )
 
 mkdir install
 cat << EOF > install/slack-desc