svn commit: r449272 - head/textproc/xerces-c3

Mathieu Arnold mat at FreeBSD.org
Tue Sep 5 07:02:33 UTC 2017


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, at 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}
 


More information about the svn-ports-all mailing list