FreeBSD Bugzilla – Attachment 157250 Details for
Bug 200518
games/golly: Force CMake to use python27 (and ignore python34)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch the already existing patch to CMakeLists.txt to force python27
golly-force-python27.txt (text/plain), 572 bytes, created by
me
on 2015-05-29 15:05:34 UTC
(
hide
)
Description:
Patch the already existing patch to CMakeLists.txt to force python27
Filename:
MIME Type:
Creator:
me
Created:
2015-05-29 15:05:34 UTC
Size:
572 bytes
patch
obsolete
>--- games/golly/files/patch-CMakeLists.txt.orig 2013-01-10 18:03:15.000000000 +0100 >+++ games/golly/files/patch-CMakeLists.txt 2015-05-29 16:34:36.000000000 +0200 >@@ -1,5 +1,14 @@ > --- ./CMakeLists.txt.orig 2012-06-29 21:54:59.000000000 +0000 > +++ ./CMakeLists.txt 2012-12-31 11:43:49.541995237 +0000 >+@@ -75,7 +75,7 @@ >+ >+ find_package( ZLIB REQUIRED ) >+ find_package( PerlLibs REQUIRED ) >+-find_package( PythonLibs REQUIRED ) >++find_package( PythonLibs 2.7 REQUIRED ) >+ >+ include_directories( >+ ${ZLIB_INCLUDE_DIR} > @@ -92,7 +92,9 @@ > endif() > if(APPLE OR UNIX)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 200518
:
157250