diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-05-10 21:03:44 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-05-10 21:03:44 +0300 |
commit | 036214b9ae183ce7d25ad2558414e3f5511a0a3d (patch) | |
tree | 345c38197f4df03b0c876b4c40ffbd34f8fdbfc3 /games-strategy/spring/files/no_gml.patch | |
parent | dc6f32444cb23a53d0768d1266285e2e8fffc401 (diff) |
new file: games-strategy/spring/files/gcc.patch
new file: games-strategy/spring/files/no_gml.patch
new file: games-strategy/spring/files/no_headless.patch
new file: games-strategy/spring/files/spring.png
new file: games-strategy/spring/spring-0.82.7.1-r1.ebuild
Diffstat (limited to 'games-strategy/spring/files/no_gml.patch')
-rw-r--r-- | games-strategy/spring/files/no_gml.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games-strategy/spring/files/no_gml.patch b/games-strategy/spring/files/no_gml.patch new file mode 100644 index 0000000..15dbf3f --- /dev/null +++ b/games-strategy/spring/files/no_gml.patch @@ -0,0 +1,13 @@ +diff --git a/rts/builds/CMakeLists.txt b/rts/builds/CMakeLists.txt +index ef85210..c830d9a 100644 +--- a/rts/builds/CMakeLists.txt ++++ b/rts/builds/CMakeLists.txt +@@ -34,7 +34,7 @@ endmacro (CreateEngineBuildInstallTarget targetName) + + if (NOT HEADLESS_SYSTEM) + Add_Subdirectory(default) +- Add_Subdirectory(GML) ++ #Add_Subdirectory(GML) + endif (NOT HEADLESS_SYSTEM) + + Add_Subdirectory(DS) |