OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.6 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../blender/compile.patch
  5. # Copyright (C) 2009 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. --- blender-2.48a/config/linux2-config.py.orig 2008-10-22 19:38:22.000000000 +0300
  17. +++ blender-2.48a/config/linux2-config.py 2009-02-27 23:24:58.000000000 +0200
  18. @@ -5,7 +5,7 @@
  19. BF_VERSE_INCLUDE = "#extern/verse/dist"
  20. BF_PYTHON = '/usr'
  21. -BF_PYTHON_VERSION = '2.5'
  22. +BF_PYTHON_VERSION = '2.6'
  23. WITH_BF_STATICPYTHON = False
  24. BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}'
  25. BF_PYTHON_BINARY = '${BF_PYTHON}/bin/python${BF_PYTHON_VERSION}'
  26. @@ -44,7 +44,7 @@
  27. # BF_OPENEXR_INC = '${BF_OPENEXR}/include/OpenEXR ${BF_OPENEXR}/include'
  28. BF_OPENEXR_INC = '${BF_OPENEXR}/include/OpenEXR'
  29. -BF_OPENEXR_LIB = 'Half IlmImf Iex Imath '
  30. +BF_OPENEXR_LIB = 'Half IlmImf Iex Imath z'
  31. BF_OPENEXR_LIB_STATIC = '${BF_OPENEXR}/lib/libHalf.a ${BF_OPENEXR}/lib/libIlmImf.a ${BF_OPENEXR}/lib/libIex.a ${BF_OPENEXR}/lib/libImath.a ${BF_OPENEXR}/lib/libIlmThread.a'
  32. # BF_OPENEXR_LIBPATH = '${BF_OPENEXR}/lib'