---- Makefile.old 2013-03-22 15:26:23.340764442 +0100
-+++ Makefile 2013-03-22 15:36:50.838733773 +0100
+--- a/Makefile
++++ b/Makefile
@@ -1,16 +1,10 @@
all:: lf_update lf_update_suggestion_order
+++ /dev/null
---- Makefile.old 2013-03-22 15:26:23.340764442 +0100
-+++ Makefile 2013-03-22 15:36:50.838733773 +0100
-@@ -1,16 +1,10 @@
- all:: lf_update lf_update_suggestion_order
-
--lf_update: lf_update.c
-- cc -Wall -O2 \
-- -I "`pg_config --includedir`" \
-- -L "`pg_config --libdir`" \
-- -o lf_update lf_update.c -lpq
--
--lf_update_suggestion_order: lf_update_suggestion_order.c
-- cc -Wall -O2 \
-- -I "`pg_config --includedir`" \
-- -L "`pg_config --libdir`" \
-- -o lf_update_suggestion_order lf_update_suggestion_order.c -lpq
-+CPPFLAGS=-I `pg_config --includedir`
-+LDFLAGS=-L `pg_config --libdir`
-+CFLAGS=-Wall -O2
-+CC=cc
-+LDLIBS=-lpq
-
- clean::
- rm -f lf_update lf_update_suggestion_order
---- Makefile.old 2014-11-29 22:38:43.200509267 +0100
-+++ Makefile 2014-11-29 22:39:16.392199651 +0100
+--- a/Makefile
++++ b/Makefile
@@ -1,22 +1,10 @@
all:: lf_update lf_update_issue_order lf_update_suggestion_order
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
S=${WORKDIR}/${MY_P}
src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.patch
+ epatch "${FILESDIR}"/${PN}-2.2.3-gentoo.patch
}
src_compile() {
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
S=${WORKDIR}/${MY_P}
src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.patch
+ epatch "${FILESDIR}"/${PN}-2.2.3-gentoo.patch
}
src_compile() {
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
S=${WORKDIR}/${MY_P}
src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.patch
+ epatch "${FILESDIR}"/${PN}-3.0.4-gentoo.patch
}
src_compile() {