View | Details | Raw Unified | Return to bug 200518
Collapse All | Expand All

(-)games/golly/files/patch-CMakeLists.txt (+9 lines)
Lines 1-5 Link Here
1
--- ./CMakeLists.txt.orig	2012-06-29 21:54:59.000000000 +0000
1
--- ./CMakeLists.txt.orig	2012-06-29 21:54:59.000000000 +0000
2
+++ ./CMakeLists.txt	2012-12-31 11:43:49.541995237 +0000
2
+++ ./CMakeLists.txt	2012-12-31 11:43:49.541995237 +0000
3
@@ -75,7 +75,7 @@
4
 
5
 find_package( ZLIB REQUIRED )
6
 find_package( PerlLibs REQUIRED )
7
-find_package( PythonLibs REQUIRED )
8
+find_package( PythonLibs 2.7 REQUIRED )
9
 
10
 include_directories( 
11
    ${ZLIB_INCLUDE_DIR}
3
@@ -92,7 +92,9 @@
12
@@ -92,7 +92,9 @@
4
 endif()
13
 endif()
5
 if(APPLE OR UNIX)
14
 if(APPLE OR UNIX)

Return to bug 200518