gentoo-ebuilds/app-cdr/cuegen/files/cuegen-1.2.0-fix-build-system.patch
David Seifert dd5a87b45d
app-cdr/cuegen: update EAPI 6 -> 8
Closes: https://bugs.gentoo.org/714228
Signed-off-by: David Seifert <soap@gentoo.org>
2022-07-26 21:27:01 +02:00

13 lines
323 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,3 @@
-TARGET := cuegen
-CC := gcc
-CFLAGS := -O2 -pipe -fomit-frame-pointer
-WARN := -W -Wall -Wstrict-prototypes -Wmissing-prototypes
+CFLAGS += -W -Wall -Wstrict-prototypes -Wmissing-prototypes
all: cuegen
-
-cuegen: cuegen.o
- ${CC} ${WARN} ${CFLAGS} cuegen.c -o cuegen