Date: Thu, 25 Jul 2013 14:24:29 +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: r323643 - head/devel/p5-Date-Pcalc/files Message-ID: <201307251424.r6PEOTUT053954@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Jul 25 14:24:28 2013 New Revision: 323643 URL: http://svnweb.freebsd.org/changeset/ports/323643 Log: Fix build on at least 8.3+. Added: head/devel/p5-Date-Pcalc/files/ head/devel/p5-Date-Pcalc/files/patch-src__C_XS__ToolBox.h (contents, props changed) Added: head/devel/p5-Date-Pcalc/files/patch-src__C_XS__ToolBox.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Date-Pcalc/files/patch-src__C_XS__ToolBox.h Thu Jul 25 14:24:28 2013 (r323643) @@ -0,0 +1,11 @@ +--- ./src/C_XS/ToolBox.h.orig 2009-10-15 18:31:02.000000000 +0200 ++++ ./src/C_XS/ToolBox.h 2013-07-25 16:06:05.000000000 +0200 +@@ -93,6 +93,8 @@ + #elif PERL_DARWIN + #define boolean bool + #else ++ #undef false ++ #undef true + typedef enum { false = FALSE, true = TRUE } boolean; + #endif + #endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307251424.r6PEOTUT053954>