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 d093866437ca8adc100d6bc2a40011a26c26e813 (commit) from c5d3e2a62fabfd142f86d47f51e313680d363ea3 (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/d093866437ca8adc100d6bc2a40011a26c26e...
commit d093866437ca8adc100d6bc2a40011a26c26e813 Author: Cyril Hrubis metan@ucw.cz Date: Sat Jan 21 22:23:24 2012 +0100
demos: fbshow add missing -lrt.
diff --git a/demos/fbshow/Makefile b/demos/fbshow/Makefile index 74d83fb..c5acfc4 100644 --- a/demos/fbshow/Makefile +++ b/demos/fbshow/Makefile @@ -4,7 +4,7 @@ CSOURCES=$(shell echo *.c)
INCLUDE= CFLAGS+=-pthread -LDFLAGS+=-pthread +LDFLAGS+=-pthread -lrt LDLIBS+=-lGP -lGP_backends -lSDL -L$(TOPDIR)/build/
APPS=fbshow
-----------------------------------------------------------------------
Summary of changes: demos/fbshow/Makefile | 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.