diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-03-13 00:42:35 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-03-13 00:42:35 +0000 |
commit | 40a2a1abc415bf8b376bc3cd2860be4fd42e6ab2 (patch) | |
tree | d7e6c70622c3996c31f090d1fd86fb42d912e17e /net-im/telepathy-gabble | |
parent | e5744b10ae71e4b74bb784428b84b0777d2903ca (diff) | |
download | ports-40a2a1abc415bf8b376bc3cd2860be4fd42e6ab2.tar.gz ports-40a2a1abc415bf8b376bc3cd2860be4fd42e6ab2.zip |
Notes
Diffstat (limited to 'net-im/telepathy-gabble')
-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 |