Date: Sat, 5 Dec 2015 14:56:05 +0000 (UTC) From: Rusmir Dusko <nemysis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403068 - in head/games/blobwars: . files Message-ID: <201512051456.tB5Eu51g098177@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nemysis Date: Sat Dec 5 14:56:05 2015 New Revision: 403068 URL: https://svnweb.freebsd.org/changeset/ports/403068 Log: - Add USES= pkgconfig, forgotten in previous commit - Add patch, fix build with 32-bit platforms PR: 205020 Submitted by: rakuco Added: head/games/blobwars/files/patch-src-CReplayDataHeader.h (contents, props changed) Modified: head/games/blobwars/Makefile Modified: head/games/blobwars/Makefile ============================================================================== --- head/games/blobwars/Makefile Sat Dec 5 14:49:05 2015 (r403067) +++ head/games/blobwars/Makefile Sat Dec 5 14:56:05 2015 (r403068) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/doc/license LICENSE_TEXT_CCbyNCSA3=CC-BY 3.0 LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept -USES= gmake +USES= gmake pkgconfig USE_SDL= image2 mixer2 net2 sdl2 ttf2 WITH_ZLIB= yes Added: head/games/blobwars/files/patch-src-CReplayDataHeader.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/blobwars/files/patch-src-CReplayDataHeader.h Sat Dec 5 14:56:05 2015 (r403068) @@ -0,0 +1,11 @@ +--- src/CReplayDataHeader.h.orig 2015-11-21 23:18:19.000000000 +0100 ++++ src/CReplayDataHeader.h 2015-12-04 19:36:24.513338595 +0100 +@@ -1,7 +1,7 @@ + struct ReplayDataHeader + { + char map[PATH_MAX]; +- long randomSeed; ++ time_t randomSeed; + float version; + int release; + int skill;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512051456.tB5Eu51g098177>