diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-gabble/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/telepathy-gabble/files/patch-Makefile.in b/net-im/telepathy-gabble/files/patch-Makefile.in new file mode 100644 index 000000000000..911ee27c5cf6 --- /dev/null +++ b/net-im/telepathy-gabble/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2009-03-12 20:41:53.000000000 -0400 ++++ Makefile.in 2009-03-12 20:41:59.000000000 -0400 +@@ -203,7 +203,7 @@ top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + ACLOCAL_AMFLAGS = -I m4 +-SUBDIRS = docs tools extensions lib src data m4 tests ++SUBDIRS = docs tools extensions lib src data m4 + DISTCHECK_CONFIGURE_FLAGS = --disable-debug + CLEANFILES = FIXME.out + LCOV_CHECK_ARGS = CHECK_TWISTED_SLEEP=6 |