svn commit: r567922 - head/emulators/pcsxr

Ganael LAPLANCHE martymac at FreeBSD.org
Tue Mar 9 11:12:39 UTC 2021


Author: martymac
Date: Tue Mar  9 11:12:38 2021
New Revision: 567922
URL: https://svnweb.freebsd.org/changeset/ports/567922

Log:
  Fix build with upcoming Pango update
  
  PR:		249879
  Reported by:	duchateau.olivier AT gmail.com

Modified:
  head/emulators/pcsxr/Makefile

Modified: head/emulators/pcsxr/Makefile
==============================================================================
--- head/emulators/pcsxr/Makefile	Tue Mar  9 11:07:42 2021	(r567921)
+++ head/emulators/pcsxr/Makefile	Tue Mar  9 11:12:38 2021	(r567922)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pcsxr
 PORTVERSION=	1.9.95.20180604
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	emulators
 
 MAINTAINER=	martymac at FreeBSD.org
@@ -33,6 +33,8 @@ USE_GL=	gl
 INSTALLS_ICONS=	yes
 
 WRKSRC_SUBDIR=	${PORTNAME}
+
+CFLAGS+=	-I${LOCALBASE}/include/harfbuzz
 
 CMAKE_ARGS+=	-DDL_LIB:STRING="" \
 		-DMANPREFIX:STRING="${MANPREFIX}" \


More information about the svn-ports-all mailing list