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)
This commit is contained in:
Piotr Kubaj 2020-01-08 19:37:46 +00:00
parent 942fc88c87
commit 01a91073ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q1/; revision=522458

View File

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