Date: Thu, 12 Nov 2015 23:25:53 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401465 - head/games/xwelltris/files Message-ID: <201511122325.tACNPrIn017803@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Nov 12 23:25:53 2015 New Revision: 401465 URL: https://svnweb.freebsd.org/changeset/ports/401465 Log: games/xwelltris: expand patch to fix malloc.h-less DF Modified: head/games/xwelltris/files/patch-src__image__picinfo.h Modified: head/games/xwelltris/files/patch-src__image__picinfo.h ============================================================================== --- head/games/xwelltris/files/patch-src__image__picinfo.h Thu Nov 12 23:02:35 2015 (r401464) +++ head/games/xwelltris/files/patch-src__image__picinfo.h Thu Nov 12 23:25:53 2015 (r401465) @@ -1,12 +1,12 @@ ---- src/image/picinfo.h.orig Sat Jan 31 16:49:01 2004 -+++ src/image/picinfo.h Sat Jan 31 16:49:59 2004 +--- src/image/picinfo.h.orig 2003-01-04 11:37:22 UTC ++++ src/image/picinfo.h @@ -11,8 +11,7 @@ #include <string.h> #include <sys/param.h> #include <sys/types.h> -#ifndef __FreeBSD__ -#elif ! defined __OpenBSD__ -+#if ! defined __OpenBSD__ && ! defined __FreeBSD__ ++#if ! defined __OpenBSD__ && ! defined __FreeBSD__ && ! defined __DragonFly__ #include <malloc.h> #endif #include <fcntl.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511122325.tACNPrIn017803>