git: DragonFly_RELEASE_3_4 Restore ability to build Release 3.4 branch from master
John Marino
marino at crater.dragonflybsd.org
Mon Oct 7 06:37:11 PDT 2013
commit c4069aa6ed15092f7877612feec71ed78e4a63c9
Author: John Marino <draco at marino.st>
Date: Mon Oct 7 15:01:31 2013 +0200
Restore ability to build Release 3.4 branch from master
Currently it is not possible to build the Release 3.4 branch with a system
built from the head of the master branch. The problem lies with libgrep
which attempts to define a symbol that now exists on the host system, so
bootstrapping grep fails. This small patch will omit the wcwidth.c
source file if the host version is 503 (__DragonFly_version 300503) or
higher, and only when bootstrapping. This fix is only applied to the 3.4
Release branch as it is not needed on the master branch.
Summary of changes:
gnu/usr.bin/grep/libgreputils/Makefile | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c4069aa6ed15092f7877612feec71ed78e4a63c9
--
DragonFly BSD source repository
More information about the Commits
mailing list