fix Xft after XFree update; ok maintainer Jim Geovedi

This commit is contained in:
pvalchev 2003-04-11 16:20:21 +00:00
parent 10fde02502
commit e0965b3a91
2 changed files with 13 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2002/11/28 20:35:43 margarida Exp $
# $OpenBSD: Makefile,v 1.20 2003/04/11 16:20:21 pvalchev Exp $
COMMENT= "CDE like desktop with Gtk"
@ -36,7 +36,7 @@ CONFIGURE_ARGS= --disable-arts \
--with-xpm="${X11BASE}" \
--enable-xft=yes \
--enable-taskbar
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include/freetype2" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-libs_utils_h,v 1.1 2003/04/11 16:20:21 pvalchev Exp $
--- libs/utils.h.orig Thu Apr 10 13:29:21 2003
+++ libs/utils.h Thu Apr 10 13:28:59 2003
@@ -10,6 +10,7 @@
#include <ctype.h>
#ifdef HAVE_X11_XFT_XFT_H
+# include <freetype2/freetype/freetype.h>
# include <X11/Xft/Xft.h>
#endif