mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Fix build on 10.x
- Convert USE_BZIP2 to USES
This commit is contained in:
parent
812e89cab4
commit
dcee563389
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349591
@ -11,9 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}stable
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Free 3D city simulator
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake pkgconfig
|
||||
USES= tar:bzip2 gmake pkgconfig
|
||||
USE_SDL= sdl mixer image net
|
||||
USE_GL= gl glu
|
||||
USE_GCC= any
|
||||
|
12
games/opencity/files/patch-src__tinyxpath__node_set.cpp
Normal file
12
games/opencity/files/patch-src__tinyxpath__node_set.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
--- src/tinyxpath/node_set.cpp.orig 2011-07-03 20:36:33.000000000 +0400
|
||||
+++ src/tinyxpath/node_set.cpp 2014-03-28 20:44:24.828732644 +0400
|
||||
@@ -23,9 +23,7 @@
|
||||
*/
|
||||
|
||||
#include "node_set.h"
|
||||
-#ifdef HAVE_STDINT_H
|
||||
#include "stdint.h" // for intptr_t (32/64 bits void* pointer compatibility)
|
||||
-#endif
|
||||
|
||||
namespace TinyXPath
|
||||
{
|
Loading…
Reference in New Issue
Block a user