Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 280075
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- IcePy-3.2.1/config/Make.rules
0
++ IcePy-3.2.1/config/Make.rules
Lines 69-75 Link Here
69
    # version used for building the Ice extension, then set PYTHON_VERSION
69
    # version used for building the Ice extension, then set PYTHON_VERSION
70
    # to "python2.3" or "python2.4".
70
    # to "python2.3" or "python2.4".
71
    #
71
    #
72
    PYTHON_VERSION	?= $(word 1,$(notdir $(wildcard /usr/include/python2.[345]*)))
72
    PYTHON_VERSION	?= $(word 1,$(notdir $(wildcard /usr/include/python2.[3456]*)))
73
    ifeq ($(PYTHON_VERSION),)
73
    ifeq ($(PYTHON_VERSION),)
74
      python_darwin_home = /System/Library/Frameworks/Python.framework/Versions/Current
74
      python_darwin_home = /System/Library/Frameworks/Python.framework/Versions/Current
75
      PYTHON_VERSION 	= $(word 1,$(notdir $(wildcard $(python_darwin_home)/include/python2.[345]*)))
75
      PYTHON_VERSION 	= $(word 1,$(notdir $(wildcard $(python_darwin_home)/include/python2.[345]*)))
Lines 82-88 Link Here
82
    ifneq ($(PYTHON_HOME),)
82
    ifneq ($(PYTHON_HOME),)
83
        $(error Unable to find a Python interpreter at PYTHON_HOME=$(PYTHON_HOME). See config/Make.rules)
83
        $(error Unable to find a Python interpreter at PYTHON_HOME=$(PYTHON_HOME). See config/Make.rules)
84
    else
84
    else
85
        $(error Unable to find Python 2.3, 2.4, or 2.5. See config/Make.rules)
85
        $(error Unable to find Python 2.3, 2.4, 2.5 or 2.6. See config/Make.rules)
86
    endif
86
    endif
87
endif
87
endif
88
88

Return to bug 280075