svn commit: r498033 - head/net/libusipp/files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 5 22:45:59 UTC 2019


Author: sunpoet
Date: Fri Apr  5 22:45:52 2019
New Revision: 498033
URL: https://svnweb.freebsd.org/changeset/ports/498033

Log:
  Fix build on powerpc
  
  PR:		237049
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Added:
  head/net/libusipp/files/
  head/net/libusipp/files/patch-ipcomp.cc   (contents, props changed)

Added: head/net/libusipp/files/patch-ipcomp.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/libusipp/files/patch-ipcomp.cc	Fri Apr  5 22:45:52 2019	(r498033)
@@ -0,0 +1,10 @@
+--- ipcomp.cc.orig	2017-10-05 11:20:24 UTC
++++ ipcomp.cc
+@@ -18,6 +18,7 @@
+  * along with libusi++.  If not, see <http://www.gnu.org/licenses/>.
+  */
+ 
++#include <cstring>
+ #include "usi++/usi++.h"
+ #include "usi++/ipcomp.h"
+ #include "usi++/RX.h"


More information about the svn-ports-head mailing list