svn commit: r365607 - head/biology/p5-AcePerl/files

Adam Weinberger adamw at FreeBSD.org
Fri Aug 22 00:33:16 UTC 2014


Author: adamw
Date: Fri Aug 22 00:33:16 2014
New Revision: 365607
URL: http://svnweb.freebsd.org/changeset/ports/365607
QAT: https://qat.redports.org/buildarchive/r365607/

Log:
  Fix build. Hopefully it doesn't break the app.

Added:
  head/biology/p5-AcePerl/files/patch-RPC__RPC.xs   (contents, props changed)

Added: head/biology/p5-AcePerl/files/patch-RPC__RPC.xs
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/p5-AcePerl/files/patch-RPC__RPC.xs	Fri Aug 22 00:33:16 2014	(r365607)
@@ -0,0 +1,11 @@
+--- ./RPC/RPC.xs.orig	2014-08-21 20:31:10.000000000 -0400
++++ ./RPC/RPC.xs	2014-08-21 20:31:34.000000000 -0400
+@@ -153,7 +153,7 @@
+ 	break;
+     case '_':
+ 	if (strEQ(name, "_ACECLIENT_"))
+-#ifdef _ACECLIENT_
++#if 0
+ 	    return _ACECLIENT_;
+ #else
+ 	    goto not_there;


More information about the svn-ports-head mailing list