pkgsrc-wip/ming/patches/patch-aa
OBATA Akio 1281ef1123 Update Ming to 0.4.2(0.4 Release Candidate 2).
0.4.2 - 2008-09-18
	* SWFVideoStream allow manual frame control
	* Autoconf perl version
	* MSVC compile fixes
	* removed src/test.c
	* Embedded video in movie clips
	* Seek in Embedded video streams
2008-10-06 11:28:13 +00:00

13 lines
491 B
Text

$NetBSD: patch-aa,v 1.6 2008/10/06 11:28:13 obache Exp $
--- configure.orig 2008-09-18 10:00:06.000000000 +0900
+++ configure
@@ -4635,7 +4635,7 @@ echo $ECHO_N "checking for Python librar
py_version=`$PYTHON -c "from distutils.sysconfig import *; \
from string import join; \
print join(get_config_vars('VERSION'))"`
- if test "$py_version" == "None"; then
+ if test "$py_version" = "None"; then
if test -n "$PYTHON_VERSION"; then
py_version=$PYTHON_VERSION
else