Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 61750 Details for
Bug 76351
mudmagic-1.0.3.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
python 2.4.x patch
mudmagic-1.6-python-2.4.patch (text/plain), 1.77 KB, created by
Jory A. Pratt
on 2005-06-22 21:17:09 UTC
(
hide
)
Description:
python 2.4.x patch
Filename:
MIME Type:
Creator:
Jory A. Pratt
Created:
2005-06-22 21:17:09 UTC
Size:
1.77 KB
patch
obsolete
>diff -urN mudmagic-1.6-orig/configure.in mudmagic-1.6/configure.in >--- mudmagic-1.6-orig/configure.in 2005-06-21 22:12:26.938517664 -0400 >+++ mudmagic-1.6/configure.in 2005-06-21 22:12:58.277753376 -0400 >@@ -99,14 +99,14 @@ > echo "MudMagic requires python [www.python.org] to run." > exit; > else >- AC_MSG_CHECKING([for Python version 2.3]) >+ AC_MSG_CHECKING([for Python version 2.4]) > PY_PREFIX=`$pythonpath -c 'import sys ; print sys.prefix'` > PY_EXEC_PREFIX=`$pythonpath -c 'import sys ; print sys.exec_prefix'` > changequote(<<, >>)dnl > PY_VERSION=`$pythonpath -c 'import sys ; print sys.version[0:3]'` > changequote([, ])dnl > >- if test x$PY_VERSION == x"2.3" ; then >+ if test x$PY_VERSION == x"2.4" ; then > AC_MSG_RESULT([yes]) > # set compile flags > PY_LIB_DIR="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config" >@@ -121,7 +121,7 @@ > LIBS="$LIBS $PY_LIB_DIR $PY_LIBS" > > else >- AC_MSG_RESULT([no, Python 2.3 not founnd]) >+ AC_MSG_RESULT([no, Python 2.4 not founnd]) > fi > > fi >diff -urN mudmagic-1.6-orig/src/script/script.h mudmagic-1.6/src/script/script.h >--- mudmagic-1.6-orig/src/script/script.h 2005-06-21 22:12:27.039502312 -0400 >+++ mudmagic-1.6/src/script/script.h 2005-06-21 22:13:50.655790704 -0400 >@@ -15,21 +15,21 @@ > #ifndef SCRIPT_H > #define SCRIPT_H 1 > >-// FIXME: Why the python2.3 dir for win? >+// FIXME: Why the python2.4 dir for win? > // This must be taken care of with include path in project settings, not here > #ifdef _DEBUG > # undef _DEBUG > # ifdef HAVE_WINDOWS > # include <Python.h> > # else >-# include <python2.3/Python.h> >+# include <python2.4/Python.h> > # endif // HAVE_WINDOWS > # #define _DEBUG > #else > # ifdef HAVE_WINDOWS > # include <Python.h> > # else >-# include <python2.3/Python.h> >+# include <python2.4/Python.h> > # endif // HAVE_WINDOWS > #endif // !_DEBUG >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 76351
:
47333
|
47335
|
54142
|
61692
| 61750 |
89634