Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2017 19:33:00 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r317211 - head/gnu/lib
Message-ID:  <201704201933.v3KJX09g060329@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Apr 20 19:33:00 2017
New Revision: 317211
URL: https://svnweb.freebsd.org/changeset/base/317211

Log:
  GNU diff is done and GNU diff3 is not using libgnuregex, so no need to
  condition the build of libgnuregex anymore on WITHOUT_GNU_DIFF

Modified:
  head/gnu/lib/Makefile

Modified: head/gnu/lib/Makefile
==============================================================================
--- head/gnu/lib/Makefile	Thu Apr 20 19:29:35 2017	(r317210)
+++ head/gnu/lib/Makefile	Thu Apr 20 19:33:00 2017	(r317211)
@@ -9,8 +9,8 @@ SUBDIR.${MK_SSP}+=	libssp
 SUBDIR.${MK_TESTS}+=	tests
 SUBDIR.${MK_GDB}+=	libreadline
 
-.if ${MK_GNU_DIFF} != "no" || ${MK_GNU_GREP} != "no" || \
-    ${MK_GNU_GREP_COMPAT} != "no" || ${MK_GDB} != "no"
+.if ${MK_GNU_GREP} != "no" || ${MK_GNU_GREP_COMPAT} != "no" || \
+    ${MK_GDB} != "no"
 SUBDIR+=		libregex
 .endif
 



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