diff options
| author | David Seifert <soap@gentoo.org> | 2017-12-28 12:51:02 +0100 |
|---|---|---|
| committer | David Seifert <soap@gentoo.org> | 2017-12-28 13:03:22 +0100 |
| commit | 8665bb46529b55d607736bd3d023f04d2e88a02b (patch) | |
| tree | 3ad4c2f765371b32157ead171fb0025e99ef86ba /app-crypt/codegroup/files/codegroup-20080907-Makefile.patch | |
| parent | bea66b0dfb9f08c92bb43c7f10bfc93db4e6bcf0 (diff) | |
| download | gentoo-8665bb46529b55d607736bd3d023f04d2e88a02b.tar.gz gentoo-8665bb46529b55d607736bd3d023f04d2e88a02b.tar.bz2 gentoo-8665bb46529b55d607736bd3d023f04d2e88a02b.zip | |
app-crypt/codegroup: Port to EAPI 6
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-crypt/codegroup/files/codegroup-20080907-Makefile.patch')
| -rw-r--r-- | app-crypt/codegroup/files/codegroup-20080907-Makefile.patch | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/app-crypt/codegroup/files/codegroup-20080907-Makefile.patch b/app-crypt/codegroup/files/codegroup-20080907-Makefile.patch index 4fabba6cb3c6..8bee7abe9842 100644 --- a/app-crypt/codegroup/files/codegroup-20080907-Makefile.patch +++ b/app-crypt/codegroup/files/codegroup-20080907-Makefile.patch @@ -1,20 +1,19 @@ ---- codegroup-20080907/work/Makefile -+++ codegroup-20080907/work/Makefile -@@ -1,6 +1,7 @@ +--- a/Makefile ++++ b/Makefile +@@ -1,6 +1,5 @@ PROGS = codegroup -CFLAGS = -O -Wall -+CFLAGS = -+LDFLAGS = PAGER = more all: $(PROGS) -@@ -9,7 +10,7 @@ +@@ -8,9 +7,6 @@ + clean: rm -f $(PROGS) *.o *.bak *.zip core code.* *.out - codegroup: codegroup.o +-codegroup: codegroup.o - $(CC) codegroup.o -o codegroup $(CFLAGS) -+ $(CC) codegroup.o -o codegroup $(CFLAGS) $(LDFLAGS) - +- # Create zipped archive + RELFILES = Makefile codegroup.1 codegroup.c \ |
