Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2020 19:37:47 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r522458 - branches/2020Q1/net/xrdp
Message-ID:  <202001081937.008Jbltn054478@repo.freebsd.org>

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



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