From c8fd0d84af0bfd1949542adc2cbb735b1d28f9ed Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 7 May 2021 01:33:16 +0100 Subject: gentoo resync : 07.05.2021 --- app-misc/cdctl/files/cdctl-0.16-Makefile.in.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'app-misc/cdctl/files/cdctl-0.16-Makefile.in.patch') diff --git a/app-misc/cdctl/files/cdctl-0.16-Makefile.in.patch b/app-misc/cdctl/files/cdctl-0.16-Makefile.in.patch index f6f4ad3abdcf..ed338d7d1687 100644 --- a/app-misc/cdctl/files/cdctl-0.16-Makefile.in.patch +++ b/app-misc/cdctl/files/cdctl-0.16-Makefile.in.patch @@ -1,9 +1,9 @@ ---- cdctl/Makefile.in -+++ cdctl/Makefile.in -@@ -1,8 +1,8 @@ - CC=gcc +--- a/Makefile.in ++++ b/Makefile.in +@@ -1,8 +1,7 @@ +-CC=gcc -CFLAGS=-Wall -g -+CFLAGS:=-Wall -g ++CFLAGS += -Wall BINS=cdctl sndreset OBJS=cdctl.o version.o ioctls.o iso_header.o -DOCS=NEWS NUTSANDBOLTS LICENSE PUBLICKEY README SEGFAULTS @@ -11,7 +11,7 @@ # NOTE: all man pages are installed in $(mandir)/man1 -- see install-mans MANS=cdctl.1 MOS=cdctl.mo -@@ -22,6 +22,8 @@ +@@ -22,6 +21,8 @@ INSTALL = @INSTALL@ INSTALL_DIR = $(INSTALL) -d INSTALL_DATA = $(INSTALL) -m 644 @@ -20,7 +20,7 @@ all: $(BINS) cdctl: $(OBJS) -@@ -35,25 +37,21 @@ +@@ -35,25 +36,21 @@ iso_header.o: iso_header.c indent: indent -kr -cdb -sc *.c -- cgit v1.2.3