svn commit: r401504 - head/x11/xpra/files

John Marino marino at FreeBSD.org
Fri Nov 13 12:28:45 UTC 2015


Author: marino
Date: Fri Nov 13 12:28:43 2015
New Revision: 401504
URL: https://svnweb.freebsd.org/changeset/ports/401504

Log:
  x11/xpra: Add patch to support build on malloc.h-free DF

Added:
  head/x11/xpra/files/patch-xpra_codecs_buffers_memalign.c   (contents, props changed)

Added: head/x11/xpra/files/patch-xpra_codecs_buffers_memalign.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/xpra/files/patch-xpra_codecs_buffers_memalign.c	Fri Nov 13 12:28:43 2015	(r401504)
@@ -0,0 +1,11 @@
+--- xpra/codecs/buffers/memalign.c.orig	2015-04-30 15:00:04 UTC
++++ xpra/codecs/buffers/memalign.c
+@@ -13,7 +13,7 @@
+ #ifdef _WIN32
+ #define _STDINT_H
+ #endif
+-#if !defined(__APPLE__) && !defined(__FreeBSD__)
++#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__DragonFly__)
+ #include <malloc.h>
+ #endif
+ 


More information about the svn-ports-all mailing list