svn commit: r522458 - branches/2020Q1/net/xrdp

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jan 8 19:37:47 UTC 2020


Author: pkubaj
Date: Wed Jan  8 19:37:46 2020
New Revision: 522458
URL: https://svnweb.freebsd.org/changeset/ports/522458

Log:
  MFH: r522457
  
  net/xrdp: fix build on GCC architectures
  
  C11 compiler is necessary:
  irp.h:33: error: redefinition of typedef 'XFUSE_INFO'
  chansrv_fuse.h:47: error: previous declaration of 'XFUSE_INFO' was here
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q1/net/xrdp/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/net/xrdp/Makefile
==============================================================================
--- branches/2020Q1/net/xrdp/Makefile	Wed Jan  8 19:36:47 2020	(r522457)
+++ branches/2020Q1/net/xrdp/Makefile	Wed Jan  8 19:37:46 2020	(r522458)
@@ -21,7 +21,8 @@ RUN_DEPENDS=	xterm:x11/xterm \
 		${LOCALBASE}/lib/xorg/modules/libxorgxrdp.so:x11-drivers/xorgxrdp \
 		${LOCALBASE}/lib/pulse-13.0/modules/module-xrdp-sink.so:audio/pulseaudio-module-xrdp
 
-USES=		autoreconf:build jpeg localbase libtool pkgconfig ssl xorg
+USES=		autoreconf:build compiler:c11 jpeg localbase libtool pkgconfig \
+		ssl xorg
 USE_XORG=	ice pixman sm x11 xfixes xrandr
 USE_LDCONFIG=	${PREFIX}/lib/xrdp
 USE_GITHUB=	yes


More information about the svn-ports-branches mailing list