diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-06-17 11:46:10 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-06-17 11:46:10 +0000 |
commit | 39e47a61bec9559a8a7dd9da7f3dd91a21c5cf5f (patch) | |
tree | c95e97cb332b1e62a086710c630f95c725eaaa57 /devel/py-ice/files/patch-py-config-Make.rules | |
parent | - chase devel/ice update (diff) |
- update to 3.5.0
- relax version limit in USE_PYTHON (python3 is now supported too)
PR: 179240
Submitted by: Michael Gmelin <freebsd@grem.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=321098
Diffstat (limited to 'devel/py-ice/files/patch-py-config-Make.rules')
-rw-r--r-- | devel/py-ice/files/patch-py-config-Make.rules | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/devel/py-ice/files/patch-py-config-Make.rules b/devel/py-ice/files/patch-py-config-Make.rules index fa91df020747..08e01ae19a53 100644 --- a/devel/py-ice/files/patch-py-config-Make.rules +++ b/devel/py-ice/files/patch-py-config-Make.rules @@ -1,5 +1,5 @@ ---- py/config/Make.rules.orig 2010-07-11 11:13:30.000000000 +1000 -+++ py/config/Make.rules 2010-07-11 11:18:09.000000000 +1000 +--- py/config/Make.rules.orig 2013-03-11 15:19:47.000000000 +0000 ++++ py/config/Make.rules 2013-05-20 14:21:13.335195726 +0000 @@ -12,7 +12,8 @@ # if it does not exist. # @@ -10,18 +10,18 @@ # # The "root directory" for runpath embedded in executables. Can be unset -@@ -80,8 +81,8 @@ - endif +@@ -95,8 +96,8 @@ + endif - libdir = $(top_srcdir)/python --install_pythondir = $(prefix)/python --install_libdir = $(prefix)/python -+install_pythondir = %%PYTHON_SITELIBDIR%%/Ice -+install_libdir = %%PYTHON_SITELIBDIR%%/Ice + libdir = $(top_srcdir)/python +-install_pythondir = $(prefix)/python +-install_libdir = $(prefix)/python ++install_pythondir = %%PYTHON_SITELIBDIR%%/Ice ++install_libdir = %%PYTHON_SITELIBDIR%%/Ice - # - # Platform specific definitions -@@ -105,7 +106,7 @@ + ifeq ($(UNAME),SunOS) + ifeq ($(LP64),yes) +@@ -118,7 +119,7 @@ ICE_LIB_DIR = -L$(ice_dir)/$(libsubdir) ICE_FLAGS = -I$(ice_dir)/include endif |