diff options
Diffstat (limited to 'libraries/stk/stk.SlackBuild')
-rw-r--r-- | libraries/stk/stk.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/stk/stk.SlackBuild b/libraries/stk/stk.SlackBuild index 040da301df..ea63053471 100644 --- a/libraries/stk/stk.SlackBuild +++ b/libraries/stk/stk.SlackBuild @@ -85,7 +85,7 @@ CXXFLAGS="$SLKCFLAGS" \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux -# Compile only the library files (both static and dynamic) +# Compile only the library files (both static and dynamic) # Seems our flags are ignored sed -i "s|-O3|$SLKCFLAGS|" src/Makefile cd src |