summaryrefslogtreecommitdiff
path: root/app-text/getxbook/files/getxbook-1.2.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-text/getxbook/files/getxbook-1.2.patch
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-text/getxbook/files/getxbook-1.2.patch')
-rw-r--r--app-text/getxbook/files/getxbook-1.2.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-text/getxbook/files/getxbook-1.2.patch b/app-text/getxbook/files/getxbook-1.2.patch
deleted file mode 100644
index da0ac83264e1..000000000000
--- a/app-text/getxbook/files/getxbook-1.2.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-diff -r -U2 getxbook-1.2.orig/Makefile getxbook-1.2/Makefile
---- getxbook-1.2.orig/Makefile 2015-07-28 21:52:40.000000000 +0600
-+++ getxbook-1.2/Makefile 2017-12-16 11:27:18.554822718 +0700
-@@ -1,4 +1,13 @@
- # See COPYING file for copyright and license details.
--include config.mk
-+VERSION = 1.2
-+RELDATE = 2015-07-28
-+PREFIX = /usr
-+MANPREFIX = $(PREFIX)/share/man
-+CFLAGS += -std=c99 -pedantic -Wall -Wextra -Werror -g -D_POSIX_C_SOURCE=200112L \
-+ -DVERSION=\"$(VERSION)\"
-+CC ?= cc
-+LD = $(CC)
-+LIBS = -lssl -lcrypto
-+LDFLAGS += $(LIBS)
-
- NAME = getxbook
-@@ -21,13 +30,13 @@
- .o:
- @echo LD $@
-- @$(LD) -o $@ $< util.a $(LDFLAGS)
-+ $(LD) -o $@ $< util.a $(LDFLAGS)
-
- .c.o:
- @echo CC $<
-- @$(CC) -c $(CFLAGS) $<
-+ $(CC) -c $(CFLAGS) $<
-
- util.a: $(LIB)
- @echo AR $@
-- @$(AR) -r -s -c $@ $(LIB)
-+ $(AR) -r -s -c $@ $(LIB)
-
- install: all