Date: Tue, 26 Nov 2013 15:43:21 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334947 - in head/games/freedoko: . files Message-ID: <201311261543.rAQFhLkf027299@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Tue Nov 26 15:43:20 2013 New Revision: 334947 URL: http://svnweb.freebsd.org/changeset/ports/334947 Log: games/freedoko: fix build on current PR: ports/184220 Submitted by: KATO Tsuguru <tkato432 yahoo.com> Added: head/games/freedoko/files/ head/games/freedoko/files/patch-src__freedoko.cpp (contents, props changed) Modified: head/games/freedoko/Makefile Modified: head/games/freedoko/Makefile ============================================================================== --- head/games/freedoko/Makefile Tue Nov 26 15:40:34 2013 (r334946) +++ head/games/freedoko/Makefile Tue Nov 26 15:43:20 2013 (r334947) @@ -12,7 +12,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Play the card game Doppelkopf LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/../COPYING LIB_DEPENDS= libgnet-2.0.so:${PORTSDIR}/net/gnet2 \ libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 Added: head/games/freedoko/files/patch-src__freedoko.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/freedoko/files/patch-src__freedoko.cpp Tue Nov 26 15:43:20 2013 (r334947) @@ -0,0 +1,10 @@ +--- freedoko.cpp.orig 2011-12-18 06:05:12.000000000 -0200 ++++ freedoko.cpp 2013-11-26 13:40:09.390150518 -0200 +@@ -43,6 +43,7 @@ + #else + // for 'mkdir' + #include <sys/stat.h> ++#include <unistd.h> + #endif + + #include "class/getopt/getopt.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311261543.rAQFhLkf027299>