Add */share/fonts as default path and change */lib/X11/fonts to add directory,
now it's same as what Linux has and fontconfig's default configuration. There are a few of ports have fonts installed in share/fonts/ and they don't realized about that those fonts don't work at all. Also, reduce add hack in each font ports if they want to install in share/fonts/ by default.
This commit is contained in:
parent
4902f05070
commit
efbf142f18
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278536
1 changed files with 4 additions and 4 deletions
|
@ -3,12 +3,12 @@
|
|||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/x11-fonts/fontconfig/Makefile,v 1.25 2009/11/22 04:17:16 marcus Exp $
|
||||
# $MCom: ports/x11-fonts/fontconfig/Makefile,v 1.29 2011/04/30 20:43:31 mezz Exp $
|
||||
#
|
||||
|
||||
PORTNAME= fontconfig
|
||||
PORTVERSION= 2.8.0
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
PORTEPOCH?= 1
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= http://www.freedesktop.org/software/fontconfig/release/
|
||||
|
@ -28,9 +28,9 @@ USE_GNOME= gnomehack pkgconfig ltverhack
|
|||
CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc/fonts \
|
||||
--with-expat-includes=${LOCALBASE}/include \
|
||||
--with-expat-lib=${LOCALBASE}/lib \
|
||||
--with-default-fonts=${LOCALBASE}/lib/X11/fonts \
|
||||
--with-default-fonts=${PREFIX}/share/fonts \
|
||||
--with-add-fonts=${LOCALBASE}/lib/X11/fonts \
|
||||
--with-cache-dir=/var/db/fontconfig \
|
||||
--without-add-fonts \
|
||||
--disable-docs
|
||||
MAKE_ENV= LC_ALL=C
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
|
Loading…
Reference in a new issue