Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2017 12:34:06 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433397 - head/lang/hugs
Message-ID:  <201702051234.v15CY6Nl064046@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Feb  5 12:34:06 2017
New Revision: 433397
URL: https://svnweb.freebsd.org/changeset/ports/433397

Log:
  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)

Modified:
  head/lang/hugs/Makefile   (contents, props changed)

Modified: head/lang/hugs/Makefile
==============================================================================
--- head/lang/hugs/Makefile	Sun Feb  5 11:14:46 2017	(r433396)
+++ head/lang/hugs/Makefile	Sun Feb  5 12:34:06 2017	(r433397)
@@ -17,6 +17,7 @@ WRKSRC=		${WRKDIR}/${DISTNAME}
 
 HUGS_DATE=	Sep2006
 USES=		bison gmake openal:al,alut
+USE_CSTD=	gnu89
 USE_GCC=	yes
 
 GNU_CONFIGURE=		yes



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