From 027feebf72b4751ca04816e644ff8e3be43c0140 Mon Sep 17 00:00:00 2001 From: Jason Helfman Date: Fri, 10 Jun 2016 18:47:34 +0000 Subject: [PATCH] - fix for MESAGL /usr/local/include/FTGL/ftgl.h:32:10: fatal error: 'ft2build.h' file not found Reported by: dhw --- x11/xlockmore/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 74401cd0c5ba..e4cb730d403a 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -67,7 +67,7 @@ KRB5LIB= -L${KRB5_HOME}/lib CONFIGURE_ARGS+= --with-mesa MESALIB= -lpthread USE_GL= yes -CFLAGS+= -I${LOCALBASE}/include/FTGL +CFLAGS+= -I${LOCALBASE}/include/FTGL -I${LOCALBASE}/include/freetype2 .else CONFIGURE_ARGS+= --without-mesa --without-opengl .endif