freebsd-ports/graphics/dia/files/patch-ad
Alexander Logvinov cb9be00249 - Update to 0.97.1
2010-02-07 07:57:26 +00:00

29 lines
611 B
Text

--- configure.orig 2009-07-11 00:18:11.000000000 +1000
+++ configure 2009-07-11 00:18:11.000000000 +1000
@@ -26619,7 +26619,7 @@ $as_echo_n "checking local Python config
fi
-
+ PYTHON_EXEC_PREFIX=${LOCALBASE}
PYTHON_PLATFORM=`$PYTHON -c "import sys; print sys.platform"`
@@ -26681,12 +26681,12 @@ except ImportError:
except:
sys.exit(0)
sys.exit(0)"
-if $PYTHON -c "$prog" 1>&5 2>&5
- then
+#if $PYTHON -c "$prog" 1>&5 2>&5
+# then
eval "py_cv_mod_$py_mod_var=yes"
- else
- eval "py_cv_mod_$py_mod_var=no"
- fi
+# else
+# eval "py_cv_mod_$py_mod_var=no"
+# fi
fi