- fix for MESAGL

/usr/local/include/FTGL/ftgl.h:32:10: fatal error: 'ft2build.h' file not found

Reported by:	dhw
This commit is contained in:
Jason Helfman 2016-06-10 18:47:34 +00:00
parent 02df856031
commit 027feebf72
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416686

View File

@ -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