diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-05 14:08:54 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-05 14:08:54 +0800 |
commit | aa6704e595967f0a303fde81513555acc2017445 (patch) | |
tree | 52729a44ab8eaf97f9fde8d776b98039c17c896b /x11-toolkits/py-gtk2/files | |
parent | 08a258425849ca85c509b62b387ebdc8cf4f5fe2 (diff) | |
download | marcuscom-ports-aa6704e595967f0a303fde81513555acc2017445.tar marcuscom-ports-aa6704e595967f0a303fde81513555acc2017445.tar.gz marcuscom-ports-aa6704e595967f0a303fde81513555acc2017445.tar.bz2 marcuscom-ports-aa6704e595967f0a303fde81513555acc2017445.tar.lz marcuscom-ports-aa6704e595967f0a303fde81513555acc2017445.tar.xz marcuscom-ports-aa6704e595967f0a303fde81513555acc2017445.tar.zst marcuscom-ports-aa6704e595967f0a303fde81513555acc2017445.zip |
Update to 2.10.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7245 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gtk2/files')
-rw-r--r-- | x11-toolkits/py-gtk2/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/py-gtk2/files/patch-Makefile.in b/x11-toolkits/py-gtk2/files/patch-Makefile.in new file mode 100644 index 000000000..b9cedaf23 --- /dev/null +++ b/x11-toolkits/py-gtk2/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Tue Sep 5 02:02:53 2006 ++++ Makefile.in Tue Sep 5 02:06:11 2006 +@@ -292,7 +292,7 @@ sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + AUTOMAKE_OPTIONS = 1.7 + @BUILD_GTK_TRUE@GTK_SUBDIR = gtk +-SUBDIRS = codegen . $(GTK_SUBDIR) examples tests docs ++SUBDIRS = codegen . $(GTK_SUBDIR) examples + PLATFORM_VERSION = 2.0 + CLEANFILES = atk.c pango.c pangocairo.c + EXTRA_DIST = \ |