diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-02-24 22:03:17 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-02-24 22:03:17 +0000 |
commit | c76cdb0dc980351a68ec6d34e14573c36f57514e (patch) | |
tree | 456eb209c455f19726a0d4dbe90fd4355e8d82de /app-pda/pilot-link/files | |
parent | Install cmake modules for libkdegames, bug #211199 (diff) | |
download | gentoo-2-c76cdb0dc980351a68ec6d34e14573c36f57514e.tar.gz gentoo-2-c76cdb0dc980351a68ec6d34e14573c36f57514e.tar.bz2 gentoo-2-c76cdb0dc980351a68ec6d34e14573c36f57514e.zip |
fix python/distutils eclass use, bug #207667
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-pda/pilot-link/files')
-rw-r--r-- | app-pda/pilot-link/files/pilot-link-0.12.3-distutils.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-pda/pilot-link/files/pilot-link-0.12.3-distutils.patch b/app-pda/pilot-link/files/pilot-link-0.12.3-distutils.patch new file mode 100644 index 000000000000..db229f855278 --- /dev/null +++ b/app-pda/pilot-link/files/pilot-link-0.12.3-distutils.patch @@ -0,0 +1,19 @@ +--- bindings/Makefile.am.old 2008-02-24 22:47:19.000000000 +0100 ++++ bindings/Makefile.am 2008-02-24 22:47:40.000000000 +0100 +@@ -25,16 +25,10 @@ + -cd $(srcdir)/Python && $(PYTHON) setup.py clean + -cd $(srcdir)/Python && rm -rf build + +-if WITH_PYTHON +-PYTHON_ALL = python-build +-PYTHON_INSTALL = python-install +-PYTHON_CLEAN = python-clean +-else + PYTHON_ALL = + PYTHON_INSTALL = + PYTHON_MCLEAN = + PYTHON_CLEAN = +-endif + + # + # Perl Building |