--- vorbis-tools.SlackBuild	2006-09-27 23:15:45.000000000 -0400
+++ vorbis-tools.SlackBuild.s390x	2007-01-16 00:53:15.000000000 -0500
@@ -20,16 +20,10 @@
   --prefix=/usr \
   --program-prefix="" \
   --program-suffix="" \
+  --enable-vcut \
   $ARCH-slackware-linux
 make -j3
 make install DESTDIR=$PKG
-# No idea why this isn't built automatically any more...
-if [ ! -r $PKG/usr/bin/vcut ]; then
-  ( cd vcut
-    make
-    make install DESTDIR=$PKG
-  )
-fi
 ( cd $PKG
   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
