[repo.or.cz] gfxprim.git branch master updated: 1.0.0-rc0-202-g5939be1
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 5939be1bf4dc36290b9c20a12d743387b992725d (commit) from ec015ac1774ec0b833b2c9206f924361f897e20d (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/5939be1bf4dc36290b9c20a12d743387b9927... commit 5939be1bf4dc36290b9c20a12d743387b992725d Author: Cyril Hrubis <metan@ucw.cz> Date: Sat Sep 28 01:22:15 2013 +0200 build: config.mk: Fix python-config switch It's --includes not --include, fixes build on Debian 7.0 on ppc32. Signed-off-by: Cyril Hrubis <metan@ucw.cz> diff --git a/config.mk b/config.mk index 4a103d7..9273375 100644 --- a/config.mk +++ b/config.mk @@ -7,7 +7,7 @@ LDFLAGS+=-L$(TOPDIR)/build/ PYLIBSDIR=$(TOPDIR)/pylib ifdef PYTHON_CONFIG -PYTHON_INCLUDE=$(shell $(PYTHON_CONFIG) --include) +PYTHON_INCLUDE=$(shell $(PYTHON_CONFIG) --includes) endif # To test with other python versions (example): ----------------------------------------------------------------------- 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. -- gfxprim.git ("A simple 2D graphics library with emphasis on correctness and well-defined operation.")
participants (1)
-
metan