This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 36e390ff64ddb40ea5c6cc58ed6e74db02252b09 (commit) from f204dcfe752e123a63561b343553d0defc555bc5 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/36e390ff64ddb40ea5c6cc58ed6e74db02252...
commit 36e390ff64ddb40ea5c6cc58ed6e74db02252b09 Author: Cyril Hrubis metan@ucw.cz Date: Sat Feb 25 20:42:25 2012 +0100
build: Use python-config (this fixes build for python 2.7 and 3.0)
diff --git a/config.mk b/config.mk index f17232b..676922c 100644 --- a/config.mk +++ b/config.mk @@ -4,7 +4,7 @@ CFLAGS+=-I$(TOPDIR)/include/ # path to local module directory PYLIBSDIR=$(TOPDIR)/pylib
-PYTHON_INCLUDE=/usr/include/python2.6 +PYTHON_INCLUDE=`python-config --include`
# To test with other python versions (example): #PYTHON_BIN=${TOPDIR}/virtualpy2.4/bin/python
-----------------------------------------------------------------------
Summary of changes: config.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.