diff options
author | kwm <kwm@FreeBSD.org> | 2013-12-28 02:54:29 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-12-28 02:54:29 +0800 |
commit | f17d5fb4d4da8e17d7e34bceeae15766053e5359 (patch) | |
tree | aac557793801a9ce906ba572359589a383d69e7d /x11-fonts | |
parent | 0f11d50c7a2f6865d61bd96b227f3e8b06929af6 (diff) | |
download | freebsd-ports-gnome-f17d5fb4d4da8e17d7e34bceeae15766053e5359.tar.gz freebsd-ports-gnome-f17d5fb4d4da8e17d7e34bceeae15766053e5359.tar.zst freebsd-ports-gnome-f17d5fb4d4da8e17d7e34bceeae15766053e5359.zip |
Make the confdir variable in fontconfig.pc have a correctly expanded value.
Reported by: mat@
Pointyhat to: kwm@ for not checking font ports :/
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/fontconfig/files/patch-configure | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index 7c016dce7a92..c4da6c4e2ef7 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -4,7 +4,7 @@ PORTNAME= fontconfig PORTVERSION= 2.11.0 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH?= 1 CATEGORIES= x11-fonts MASTER_SITES= http://www.freedesktop.org/software/fontconfig/release/ diff --git a/x11-fonts/fontconfig/files/patch-configure b/x11-fonts/fontconfig/files/patch-configure new file mode 100644 index 000000000000..548747ff605a --- /dev/null +++ b/x11-fonts/fontconfig/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig 2013-12-27 19:47:10.000000000 +0100 ++++ configure 2013-12-27 19:47:24.000000000 +0100 +@@ -654,6 +654,7 @@ + XMLDIR + CONFIGDIR + BASECONFIGDIR ++baseconfigdir + TEMPLATEDIR + FC_FONTDATE + FC_CACHEDIR |