svn commit: r416686 - head/x11/xlockmore

Jason Helfman jgh at FreeBSD.org
Fri Jun 10 18:47:35 UTC 2016


Author: jgh
Date: Fri Jun 10 18:47:34 2016
New Revision: 416686
URL: https://svnweb.freebsd.org/changeset/ports/416686

Log:
  - fix for MESAGL
  
  /usr/local/include/FTGL/ftgl.h:32:10: fatal error: 'ft2build.h' file not found
  
  Reported by:	dhw

Modified:
  head/x11/xlockmore/Makefile

Modified: head/x11/xlockmore/Makefile
==============================================================================
--- head/x11/xlockmore/Makefile	Fri Jun 10 18:24:09 2016	(r416685)
+++ head/x11/xlockmore/Makefile	Fri Jun 10 18:47:34 2016	(r416686)
@@ -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


More information about the svn-ports-head mailing list