summaryrefslogtreecommitdiff
path: root/app-crypt/codegroup/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-30 01:11:30 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-30 01:11:30 +0000
commit76dfef0cec9170000357d2f354e412daf48941fc (patch)
tree56647120c0ee20ab3494475c86722034cd194b02 /app-crypt/codegroup/files
parentccf84bcd604130256d1377cd58f0a634ae6ee20f (diff)
gentoo resync : 30.12.2017
Diffstat (limited to 'app-crypt/codegroup/files')
-rw-r--r--app-crypt/codegroup/files/codegroup-20080907-Makefile.patch17
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 \