diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-12-19 02:00:59 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-12-19 02:00:59 +0000 |
commit | 5159dadbe8d5f166d985ec55f99a626878c52860 (patch) | |
tree | bd57627b0ef625583e9f6681893bd9d0c7f5a3c8 | |
parent | e9e408ef70f38f40d6aac1f7bfb990798f4c27b3 (diff) | |
download | slackbuilds-5159dadbe8d5f166d985ec55f99a626878c52860.tar.gz slackbuilds-5159dadbe8d5f166d985ec55f99a626878c52860.tar.bz2 |
wxWidgets: added stc and gizmos contribs
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1547 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-x | x11/libs/wxwidgets/wxWidgets.SlackBuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/libs/wxwidgets/wxWidgets.SlackBuild b/x11/libs/wxwidgets/wxWidgets.SlackBuild index 79e8d653..f01b4ce8 100755 --- a/x11/libs/wxwidgets/wxWidgets.SlackBuild +++ b/x11/libs/wxwidgets/wxWidgets.SlackBuild @@ -98,9 +98,13 @@ CFLAGS="$SLKCFLAGS" \ # Compile make $NUMJOBS || exit $ERROR_MAKE +make -C contrib/src/gizmos $NUMJOBS || exit $ERROR_MAKE +make -C contrib/src/stc $NUMJOBS || exit $ERROR_MAKE # Install make install DESTDIR="$PKG" || exit $ERROR_INSTALL +make -C contrib/src/gizmos install DESTDIR="$PKG" || exit $ERROR_INSTALL +make -C contrib/src/stc install DESTDIR="$PKG" || exit $ERROR_INSTALL # Strip binaries ( cd "$PKG" |