forked from mirrors/nixpkgs
A patch required for RoR I just forgot.
svn path=/nixpkgs/trunk/; revision=32551
This commit is contained in:
parent
d3d5783466
commit
ded053529f
13
pkgs/games/rigsofrods/doubleslash.patch
Normal file
13
pkgs/games/rigsofrods/doubleslash.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/CMakeDependenciesConfig.txt b/CMakeDependenciesConfig.txt
|
||||
index 447a440..e2562de 100644
|
||||
--- a/CMakeDependenciesConfig.txt
|
||||
+++ b/CMakeDependenciesConfig.txt
|
||||
@@ -228,7 +228,7 @@ ELSEIF(UNIX)
|
||||
# Paged Geometry
|
||||
find_path(PAGED_INCLUDE_DIRS "PagedGeometry/PagedGeometry.h")
|
||||
if(PAGED_INCLUDE_DIRS)
|
||||
- set(PAGED_INCLUDE_DIRS "${PAGED_INCLUDE_DIRS};/${PAGED_INCLUDE_DIRS}/PagedGeometry")
|
||||
+ set(PAGED_INCLUDE_DIRS "${PAGED_INCLUDE_DIRS};${PAGED_INCLUDE_DIRS}/PagedGeometry")
|
||||
find_library(PAGED_LIBRARIES "PagedGeometry")
|
||||
set(ROR_USE_PAGED ON)
|
||||
else()
|
Loading…
Reference in a new issue