svn commit: r470358 - in head/graphics/opencollada: . files

Kirill Ponomarev krion at FreeBSD.org
Sat May 19 06:54:16 UTC 2018


Author: krion
Date: Sat May 19 06:54:14 2018
New Revision: 470358
URL: https://svnweb.freebsd.org/changeset/ports/470358

Log:
  Fix build with pcre 8.42
  
  PR:		220613
  Submitted by:	adamw

Added:
  head/graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h   (contents, props changed)
Modified:
  head/graphics/opencollada/Makefile

Modified: head/graphics/opencollada/Makefile
==============================================================================
--- head/graphics/opencollada/Makefile	Sat May 19 06:53:19 2018	(r470357)
+++ head/graphics/opencollada/Makefile	Sat May 19 06:54:14 2018	(r470358)
@@ -29,7 +29,8 @@ CMAKE_ARGS+=	-DUSE_SHARED:BOOL=ON -DUSE_STATIC:BOOL=OF
 BROKEN_sparc64=	cannot build: runaway process
 
 # for files/patch-2d66943
-DOS2UNIX_FILES=	COLLADABaseUtils/src/COLLADABUURI.cpp
+DOS2UNIX_FILES=	COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h \
+		COLLADABaseUtils/src/COLLADABUURI.cpp
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|$${OPENCOLLADA_INST_LIBRARY}/cmake|${PREFIX}/share/cmake/Modules|' \

Added: head/graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h	Sat May 19 06:54:14 2018	(r470358)
@@ -0,0 +1,13 @@
+--- COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h.orig	2018-03-26 12:11:34 UTC
++++ COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h
+@@ -13,8 +13,8 @@
+ 
+ #include "COLLADABUPrerequisites.h"
+ 
+-struct real_pcre;
+-typedef struct real_pcre pcre;
++struct real_pcre8_or_16;
++typedef struct real_pcre8_or_16 pcre;
+ 
+ 
+ namespace COLLADABU


More information about the svn-ports-head mailing list