diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-01-28 16:31:23 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-01-28 16:31:23 +0000 |
| commit | b4b4b5304bd22eab265c9c049cb7fc6b55c4ef3f (patch) | |
| tree | a8d124dc38a62ea5dc6b53adb9ecd945bedab668 /tools | |
| parent | 814aaaa7da4dab462d90e12e7b48b75f2093ccfd (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build/Makefile | 5 | ||||
| -rw-r--r-- | tools/tools/locale/etc/unicode.conf | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile index 0368021e3457..63b147ceb985 100644 --- a/tools/build/Makefile +++ b/tools/build/Makefile @@ -41,11 +41,6 @@ SYSINCS+= stat.h SRCS+= futimens.c utimensat.c .endif -.if !exists(/usr/include/capsicum_helpers.h) -.PATH: ${.CURDIR}/../../lib/libcapsicum/ -INCS+= capsicum_helpers.h -.endif - .if empty(SRCS) SRCS= dummy.c .endif diff --git a/tools/tools/locale/etc/unicode.conf b/tools/tools/locale/etc/unicode.conf index 42a216cdeb10..8d5e4e104d01 100644 --- a/tools/tools/locale/etc/unicode.conf +++ b/tools/tools/locale/etc/unicode.conf @@ -1,4 +1,4 @@ # $FreeBSD$ -cldr /home/bapt/unicode/cldr/30.0.3 -unidata /home/bapt/unicode/UNIDATA/9.0.0 +cldr ~/unicode/cldr/30.0.3 +unidata ~/unicode/UNIDATA/9.0.0 |
