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/sys-apps/fbset/files/fbset-2.1-build.patch

22 lines
458 B

Index: fbset-2.1/Makefile
===================================================================
--- fbset-2.1.orig/Makefile
+++ fbset-2.1/Makefile
@@ -2,7 +2,6 @@
# Linux Frame Buffer Device Configuration
#
-CC = gcc -Wall -O2 -I.
BISON = bison -d
FLEX = flex
INSTALL = install
@@ -20,6 +19,8 @@ lex.yy.o: lex.yy.c fbset.h modes.tab.h
lex.yy.c: modes.l
$(FLEX) modes.l
+modes.tab.h: modes.tab.c
+
modes.tab.c: modes.y
$(BISON) modes.y