Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2016 18:47:34 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416686 - head/x11/xlockmore
Message-ID:  <201606101847.u5AIlYc8037865@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606101847.u5AIlYc8037865>