Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 08:37:49 +0000 (UTC)
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318010 - head/x11-toolkits/gigi
Message-ID:  <201305130837.r4D8bnNW020123@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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