svn commit: r515216 - head/x11/xlockmore

Jason Helfman jgh at FreeBSD.org
Tue Oct 22 21:26:45 UTC 2019


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


More information about the svn-ports-head mailing list