diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-06-22 11:50:28 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-06-22 11:50:28 +0000 |
commit | 7e053e1b25a0e71ce01fe7239a7da53f4d99e87f (patch) | |
tree | f86215bcf49fbd58872dfd641c9aab39979649dd /packages/python/python-pygobject/generate-constants.patch | |
parent | ccbb1d82c6328d73e410fc8133f494077a5c58dc (diff) |
python-pygobject[-native] 2.12.3: update to 2.14.2, adjust patches and -native package
Diffstat (limited to 'packages/python/python-pygobject/generate-constants.patch')
-rw-r--r-- | packages/python/python-pygobject/generate-constants.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/python/python-pygobject/generate-constants.patch b/packages/python/python-pygobject/generate-constants.patch new file mode 100644 index 0000000000..57a9380620 --- /dev/null +++ b/packages/python/python-pygobject/generate-constants.patch @@ -0,0 +1,18 @@ +Index: pygobject-2.14.2/gobject/Makefile.am +=================================================================== +--- pygobject-2.14.2.orig/gobject/Makefile.am ++++ pygobject-2.14.2/gobject/Makefile.am +@@ -21,11 +21,11 @@ if PLATFORM_WIN32 + common_ldflags += -no-undefined + endif + +-constants.py: generate-constants$(EXEEXT) constants.py.in ++constants.py: constants.py.in + rm -f constants.py + cp $(srcdir)/constants.py.in constants.py + chmod 644 constants.py +- $(top_builddir)/gobject/generate-constants$(EXEEXT) >> constants.py ++ gobject-generate-constants$(EXEEXT) >> constants.py + chmod 444 constants.py + + generate_constants_CFLAGS = $(GLIB_CFLAGS) |