fix Xft after XFree update; ok maintainer Jim Geovedi
This commit is contained in:
parent
10fde02502
commit
e0965b3a91
@ -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"
|
COMMENT= "CDE like desktop with Gtk"
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ CONFIGURE_ARGS= --disable-arts \
|
|||||||
--with-xpm="${X11BASE}" \
|
--with-xpm="${X11BASE}" \
|
||||||
--enable-xft=yes \
|
--enable-xft=yes \
|
||||||
--enable-taskbar
|
--enable-taskbar
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include/freetype2" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib"
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
11
x11/xfce/patches/patch-libs_utils_h
Normal file
11
x11/xfce/patches/patch-libs_utils_h
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user