You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/fbgrab/files/fbgrab-1.0-Makefile.patch

15 lines
428 B

diff -ru fbgrab-1.0.origin/Makefile fbgrab-1.0/Makefile
--- fbgrab-1.0.origin/Makefile 2002-03-20 22:49:06.000000000 +0300
+++ fbgrab-1.0/Makefile 2013-06-25 21:03:11.000000000 +0400
@@ -4,8 +4,8 @@
###
fbgrab: fbgrab.c
- splint +posixlib fbgrab.c
- gcc -g -Wall fbgrab.c -lpng -lz -o fbgrab
+ #splint +posixlib fbgrab.c
+ $(CC) -Wall ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} fbgrab.c -lpng -lz -o fbgrab
install:
strip fbgrab