Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2019 21:26:44 +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: r515216 - head/x11/xlockmore
Message-ID:  <201910222126.x9MLQil3043395@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Tue Oct 22 21:26:44 2019
New Revision: 515216
URL: https://svnweb.freebsd.org/changeset/ports/515216

Log:
  - fix compilation for MESAGL option
  
  PR:		241220 (based on)
  Submitted by:	russo@bogodyn.org

Modified:
  head/x11/xlockmore/Makefile

Modified: head/x11/xlockmore/Makefile
==============================================================================
--- head/x11/xlockmore/Makefile	Tue Oct 22 20:50:58 2019	(r515215)
+++ head/x11/xlockmore/Makefile	Tue Oct 22 21:26:44 2019	(r515216)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xlockmore
 PORTVERSION=	5.59
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://www.sillycycle.com/xlock/ \
 		SF/bsdsrc/${.CURDIR:T}
@@ -56,7 +57,7 @@ KERBEROS5_CFLAGS=	${GSSAPICPPFLAGS}
 KERBEROS5_CONFIGURE_ENV=	XLOCKLIBS="${GSSAPILDFLAGS} ${GSSAPILIBS} -lcom_err"
 KERBEROS5_CONFIGURE_ENABLE=	kerberos5
 KERBEROS5_USES=		gssapi:mit
-MESAGL_CFLAGS=	-I${LOCALBASE}/include/FTGL
+MESAGL_CFLAGS=	-I${LOCALBASE}/include/FTGL -I${LOCALBASE}/include/freetype2
 MESAGL_CONFIGURE_ENV=	XLOCKLIBS+="-lpthread"
 MESAGL_CONFIGURE_WITH=	mesa opengl ftgl
 MESAGL_LIB_DEPENDS=	libftgl.so:graphics/ftgl



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