diff options
author | John Lee <john_lee@openmoko.org> | 2008-03-11 17:19:46 +0000 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-03-11 17:19:46 +0000 |
commit | fc63d0df3b864727a2f723d6cb0449af64b87856 (patch) | |
tree | e225484f32aafd5d817d73168a53d622de14659b /packages/python/python-pygtk | |
parent | ddce565c6fda1303b0ef1d00b5cb3f05be126139 (diff) |
python-pygtk: add missing patch
Diffstat (limited to 'packages/python/python-pygtk')
-rw-r--r-- | packages/python/python-pygtk/nodocs.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/python/python-pygtk/nodocs.patch b/packages/python/python-pygtk/nodocs.patch new file mode 100644 index 0000000000..9b2387e959 --- /dev/null +++ b/packages/python/python-pygtk/nodocs.patch @@ -0,0 +1,13 @@ +Index: pygtk-2.10.4/Makefile.am +=================================================================== +--- pygtk-2.10.4.orig/Makefile.am ++++ pygtk-2.10.4/Makefile.am +@@ -4,7 +4,7 @@ if BUILD_GTK + GTK_SUBDIR = gtk + endif + +-SUBDIRS = codegen . $(GTK_SUBDIR) examples tests docs ++SUBDIRS = codegen . $(GTK_SUBDIR) examples tests + + PLATFORM_VERSION = 2.0 + |