summaryrefslogtreecommitdiffstats
path: root/package/fbgrab/fbgrab-proper_makefile.patch
diff options
context:
space:
mode:
authorgilles.talis@gmail.com <gilles.talis@gmail.com>2013-07-03 17:34:35 -0700
committerPeter Korsgaard <jacmet@sunsite.dk>2013-07-04 11:52:42 +0200
commit8916f9d80eb2c6a089ba4c9250656f47b5d6de77 (patch)
tree66a163f3da18c9c8d2737b2aed1f094cbc3ba8a0 /package/fbgrab/fbgrab-proper_makefile.patch
parent7f5177d3fdb2a3401c390e7ad69db373a5823c37 (diff)
downloadbuildroot-novena-8916f9d80eb2c6a089ba4c9250656f47b5d6de77.tar.gz
buildroot-novena-8916f9d80eb2c6a089ba4c9250656f47b5d6de77.zip
fbgrab: bump to version 1.1
[Peter: also update URL in Config.in] Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/fbgrab/fbgrab-proper_makefile.patch')
-rw-r--r--package/fbgrab/fbgrab-proper_makefile.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/package/fbgrab/fbgrab-proper_makefile.patch b/package/fbgrab/fbgrab-proper_makefile.patch
deleted file mode 100644
index e907ed7d8..000000000
--- a/package/fbgrab/fbgrab-proper_makefile.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-[PATCH] fbgrab: A proper Makefile for cross compiling
-
-Respect to the CC, CFLAGS and LDFLAGS is required for cross compiling in
-Buildroot. And there's no need to run the source through splint.
-
-Signed-off-by: Daniel Nyström <daniel.nystrom@timeterminal.se>
-
---- fbgrab-1.0.orig/Makefile 2010-12-07 22:57:24.000000000 +0100
-+++ fbgrab-1.0/Makefile 2010-12-07 22:58:36.000000000 +0100
-@@ -3,9 +3,10 @@
- ### modular. So this is a simple gnu Makefile...
- ###
-
--fbgrab: fbgrab.c
-- splint +posixlib fbgrab.c
-- gcc -g -Wall fbgrab.c -lpng -lz -o fbgrab
-+LDFLAGS += -lpng -lz
-+
-+fbgrab: fbgrab.o
-+ $(CC) $(LDFLAGS) fbgrab.o -o $@
-
- install:
- strip fbgrab