diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-24 14:41:47 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-24 14:41:47 +0000 |
commit | e69f5fd6008a6180828f526af863d152a64dc929 (patch) | |
tree | 8cbb5bf86c668091c3db29c7d52fb7a4d1c9f36f /dev-python/pygobject/files | |
parent | Fix build error when bashdb is installed, bug #276794 (diff) | |
download | gentoo-2-e69f5fd6008a6180828f526af863d152a64dc929.tar.gz gentoo-2-e69f5fd6008a6180828f526af863d152a64dc929.tar.bz2 gentoo-2-e69f5fd6008a6180828f526af863d152a64dc929.zip |
Compile tests/ only if "make check" is requested wrt #226345. Run eautoreconf after touching py-compile or timestamp is changed and maintainer-mode will run wrt #259832.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pygobject/files')
-rw-r--r-- | dev-python/pygobject/files/pygobject-2.18.0-make_check.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-python/pygobject/files/pygobject-2.18.0-make_check.patch b/dev-python/pygobject/files/pygobject-2.18.0-make_check.patch new file mode 100644 index 000000000000..f0f987e03638 --- /dev/null +++ b/dev-python/pygobject/files/pygobject-2.18.0-make_check.patch @@ -0,0 +1,12 @@ +diff -ur pygobject-2.18.0.orig/tests/Makefile.am pygobject-2.18.0/tests/Makefile.am +--- pygobject-2.18.0.orig/tests/Makefile.am 2009-05-14 00:56:45.000000000 +0300 ++++ pygobject-2.18.0/tests/Makefile.am 2009-07-24 17:26:27.000000000 +0300 +@@ -11,7 +11,7 @@ + test-thread.h \ + test-unknown.h + +-noinst_LTLIBRARIES = testhelper.la ++check_LTLIBRARIES = testhelper.la + linked_LIBS = testhelper.la + + testhelper_la_LDFLAGS = -module -avoid-version |