File use-system-scons.patch of Package skim
skim-1.4.5/CVSだけに発見: Base
skim-1.4.5/CVSだけに発見: Baserev
diff -ru skim-1.4.5.orig//configure skim-1.4.5/configure
--- skim-1.4.5.orig//configure 2005-07-10 21:41:20.000000000 +0200
+++ skim-1.4.5/configure 2008-09-24 16:28:17.000000000 +0200
@@ -35,7 +35,7 @@
if [ -z $SCONS ]; then
SCONS=`which scons 2>/dev/null`
fi
- unset SCONS
+ # unset SCONS
if [ ! -x "$SCONS" ]; then
echo -e $BOLD"Use Bundled scons."$NORMAL
#echo -e $BOLD"not found, will use mini distribution."$NORMAL