lang/hugs: unbreak with gcc5 or later

/tmp/ccbhQWJd.o: In function `__hscore_get_errno':
PrelIOUtils.c:(.text+0x0): multiple definition of `__hscore_get_errno'
/tmp/ccbhQWJd.o: In function `__hscore_s_isreg':
PrelIOUtils.c:(.text+0x40): multiple definition of `__hscore_s_isreg'
/tmp/ccH45HdH.o:Ptr.c:(.text+0x180): first defined here
/tmp/ccbhQWJd.o: In function `__hscore_s_isdir':
PrelIOUtils.c:(.text+0x60): multiple definition of `__hscore_s_isdir'
/tmp/ccH45HdH.o:Ptr.c:(.text+0x1a0): first defined here
/tmp/ccbhQWJd.o: In function `__hscore_s_isfifo':
PrelIOUtils.c:(.text+0x80): multiple definition of `__hscore_s_isfifo'
[...]

PR:		216707
Reported by:	antoine (via exp-run)
This commit is contained in:
Jan Beich 2017-02-05 12:34:06 +00:00
parent dc98449722
commit 925bfbf0dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433397

View file

@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
HUGS_DATE= Sep2006 HUGS_DATE= Sep2006
USES= bison gmake openal:al,alut USES= bison gmake openal:al,alut
USE_CSTD= gnu89
USE_GCC= yes USE_GCC= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes