diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-04 20:23:31 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-04 20:23:31 +0000 |
commit | 2ed737de3e3bf2dcd6faead2dae9413f7c287fca (patch) | |
tree | b338e7f66b64d61e8faff828694a1f8523f61961 /x11-fonts | |
parent | 6946736ca391098d603a8527dfc87d12fbead1a1 (diff) | |
download | FreeBSD-ports-2ed737de3e3bf2dcd6faead2dae9413f7c287fca.zip FreeBSD-ports-2ed737de3e3bf2dcd6faead2dae9413f7c287fca.tar.gz |
fontconfig-config is no longer installed. Therefore, Xft wasn't being
linked against libfontconfig. This broke KDE since KDE expected
libfontconfig to be imported via Xft. GNOME was okay since it uses
pkg-config, and explicitly linked against fontconfig.
Reported by: Benjamin Lutz <benlutz@datacomm.ch>
Bjarne Wichmann Petersen <kde.nospam@mekanix.dk>
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Xft/Makefile | 3 | ||||
-rw-r--r-- | x11-fonts/libXft/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-fonts/Xft/Makefile b/x11-fonts/Xft/Makefile index 013f972..8a90275 100644 --- a/x11-fonts/Xft/Makefile +++ b/x11-fonts/Xft/Makefile @@ -7,7 +7,7 @@ PORTNAME= Xft PORTVERSION= 2.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-fonts MASTER_SITES= http://fontconfig.org/fontconfig/release/ DISTNAME= fcpackage.${PORTVERSION:S/./_/} @@ -22,6 +22,7 @@ USE_X_PREFIX= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes USE_REINPLACE= yes +CONFIGURE_ARGS= --with-fontconfig-config="pkg-config fontconfig" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LIBS="-L${X11BASE}/lib" diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile index 013f972..8a90275 100644 --- a/x11-fonts/libXft/Makefile +++ b/x11-fonts/libXft/Makefile @@ -7,7 +7,7 @@ PORTNAME= Xft PORTVERSION= 2.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-fonts MASTER_SITES= http://fontconfig.org/fontconfig/release/ DISTNAME= fcpackage.${PORTVERSION:S/./_/} @@ -22,6 +22,7 @@ USE_X_PREFIX= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes USE_REINPLACE= yes +CONFIGURE_ARGS= --with-fontconfig-config="pkg-config fontconfig" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LIBS="-L${X11BASE}/lib" |