mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
- Fix build on sparc64
PR: 119071 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
This commit is contained in:
parent
4473a060d9
commit
da93caf7f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204947
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= blobandconquer
|
||||
DISTVERSION= 0.91-1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.amdmi3.ru/distfiles/ \
|
||||
http://www.parallelrealities.co.uk/download.php?type=zip&file=
|
||||
|
11
games/blobandconquer/files/patch-src-world-bsp.cpp
Normal file
11
games/blobandconquer/files/patch-src-world-bsp.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/world/bsp.cpp.orig 2007-05-22 00:26:13.000000000 +0400
|
||||
+++ src/world/bsp.cpp 2007-12-31 19:23:29.000000000 +0300
|
||||
@@ -22,6 +22,8 @@
|
||||
|
||||
#define TESSELATION 10
|
||||
|
||||
+float swapBytes(float f);
|
||||
+
|
||||
TextureSpec *getTextureSpec(char *basename)
|
||||
{
|
||||
// ignore this texture
|
Loading…
Reference in New Issue
Block a user