Date: Wed, 11 Oct 2017 17:47:40 +0000 (UTC) From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451766 - head/mail/dovecot/files Message-ID: <201710111747.v9BHlepZ099878@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ler Date: Wed Oct 11 17:47:40 2017 New Revision: 451766 URL: https://svnweb.freebsd.org/changeset/ports/451766 Log: mail/dovecot: fix a parallel build issue. Reported by: leres Obtained from: https://github.com/dovecot/core/commit/b200bc3875fa06d42c8619865cc306c3297fcacc (part) Added: head/mail/dovecot/files/patch-src_doveadm_Makefile.am (contents, props changed) Added: head/mail/dovecot/files/patch-src_doveadm_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/dovecot/files/patch-src_doveadm_Makefile.am Wed Oct 11 17:47:40 2017 (r451766) @@ -0,0 +1,13 @@ +--- src/doveadm/Makefile.am.orig 2017-10-11 17:29:32 UTC ++++ src/doveadm/Makefile.am +@@ -180,8 +180,8 @@ test_libs = \ + ../lib/liblib.la + test_deps = $(noinst_LTLIBRARIES) $(test_libs) + +-test_doveadm_util_SOURCES = test-doveadm-util.c +-test_doveadm_util_LDADD = doveadm-util.o $(test_libs) $(MODULE_LIBS) ++test_doveadm_util_SOURCES = doveadm-util.c test-doveadm-util.c ++test_doveadm_util_LDADD = $(test_libs) $(MODULE_LIBS) + test_doveadm_util_DEPENDENCIES = $(test_deps) + + check: check-am check-test
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710111747.v9BHlepZ099878>