mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Add USES= pkgconfig, forgotten in previous commit
- Add patch, fix build with 32-bit platforms PR: 205020 Submitted by: rakuco
This commit is contained in:
parent
97fce45b79
commit
68aa16c30e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403068
@ -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
|
||||
|
||||
|
11
games/blobwars/files/patch-src-CReplayDataHeader.h
Normal file
11
games/blobwars/files/patch-src-CReplayDataHeader.h
Normal file
@ -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;
|
Loading…
Reference in New Issue
Block a user