Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2019 07:09:29 +0000 (UTC)
From:      Phil Shafer <phil@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r354431 - head/lib/libxo
Message-ID:  <201911070709.xA779TmL060040@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: phil
Date: Thu Nov  7 07:09:28 2019
New Revision: 354431
URL: https://svnweb.freebsd.org/changeset/base/354431

Log:
  Back out encoder compilation to unbreak HEAD.

Modified:
  head/lib/libxo/Makefile

Modified: head/lib/libxo/Makefile
==============================================================================
--- head/lib/libxo/Makefile	Thu Nov  7 07:09:10 2019	(r354430)
+++ head/lib/libxo/Makefile	Thu Nov  7 07:09:28 2019	(r354431)
@@ -114,6 +114,6 @@ MLINKS=	xo_attr.3 xo_attr_h.3 \
 HAS_TESTS=
 SUBDIR.${MK_TESTS}+= tests
 
-SUBDIR = encoder
+#SUBDIR = encoder
 
 .include <bsd.lib.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911070709.xA779TmL060040>