Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 2017 07:02:32 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449272 - head/textproc/xerces-c3
Message-ID:  <201709050702.v8572WRm016089@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Sep  5 07:02:32 2017
New Revision: 449272
URL: https://svnweb.freebsd.org/changeset/ports/449272

Log:
  Fix build.
  
  Submitted by:	Craig Leres
  Sponsored by:	Absolight

Modified:
  head/textproc/xerces-c3/Makefile   (contents, props changed)

Modified: head/textproc/xerces-c3/Makefile
==============================================================================
--- head/textproc/xerces-c3/Makefile	Tue Sep  5 05:54:34 2017	(r449271)
+++ head/textproc/xerces-c3/Makefile	Tue Sep  5 07:02:32 2017	(r449272)
@@ -28,6 +28,9 @@ PLIST_SUB=	MAJOR_VER=${PORTVERSION:R}
 CPE_PRODUCT=	xerces-c++
 CPE_VENDOR=	apache
 
+post-patch:
+	${REINPLACE_CMD} -e "s,@DEFS@,& -D__STDC_LIMIT_MACROS," ${WRKSRC}/src/Makefile.in
+	
 post-install:
 	${LN} -s libxerces-c-${PORTVERSION:R}.so ${STAGEDIR}${PREFIX}/lib/libxerces-c.so.${PORTVERSION:R:R}
 



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