svn commit: r318010 - head/x11-toolkits/gigi
Oliver Lehmann
oliver at FreeBSD.org
Mon May 13 08:37:49 UTC 2013
Author: oliver
Date: Mon May 13 08:37:48 2013
New Revision: 318010
URL: http://svnweb.freebsd.org/changeset/ports/318010
Log:
fix compile with boost >= 1.50
Modified:
head/x11-toolkits/gigi/Makefile
Modified: head/x11-toolkits/gigi/Makefile
==============================================================================
--- head/x11-toolkits/gigi/Makefile Mon May 13 08:37:45 2013 (r318009)
+++ head/x11-toolkits/gigi/Makefile Mon May 13 08:37:48 2013 (r318010)
@@ -47,6 +47,11 @@ CMAKE_ARGS+= -DBUILD_OGRE_DRIVER:BOOL=OF
PLIST_SUB+= OGRE="@comment "
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|TIME_UTC)|TIME_UTC_)|' \
+ ${WRKSRC}/src/GUI.cpp
+ @${REINPLACE_CMD} -e 's| move_backward| ::adobe::move_backward|g' \
+ ${WRKSRC}/GG/adobe/vector.hpp
post-build:
@${REINPLACE_CMD} -Ee 's,^prefix=.*,prefix=${PREFIX},' \
${WRKSRC}/*.pc
More information about the svn-ports-all
mailing list