svn commit: r409531 - in branches/2016Q1/devel/poco: . files

Raphael Kubo da Costa rakuco at FreeBSD.org
Thu Feb 25 16:09:24 UTC 2016


Author: rakuco
Date: Thu Feb 25 16:09:22 2016
New Revision: 409531
URL: https://svnweb.freebsd.org/changeset/ports/409531

Log:
  MFH: r409510
  
  Fix the build on 9.3-i386 by working around base GCC's limitations.
  
  Add the "LL" suffix to constants that base GCC thinks are too big.
  
  PR:		207486
  
  Approved by:	ports-secteam (feld)

Added:
  branches/2016Q1/devel/poco/files/
     - copied from r409510, head/devel/poco/files/
Modified:
  branches/2016Q1/devel/poco/Makefile
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/devel/poco/Makefile
==============================================================================
--- branches/2016Q1/devel/poco/Makefile	Thu Feb 25 15:45:03 2016	(r409530)
+++ branches/2016Q1/devel/poco/Makefile	Thu Feb 25 16:09:22 2016	(r409531)
@@ -11,8 +11,6 @@ COMMENT=	C++ libraries with a network/in
 
 LICENSE=	BSL
 
-BROKEN_FreeBSD_9_i386=	does not build
-
 CONFLICTS=	poco-ssl-[0-9]*
 
 USES=		gmake tar:bzip2


More information about the svn-ports-branches mailing list