Gentoo Archives: gentoo-commits

From: Thomas Beierlein <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libzia/files/
Date: Tue, 03 Sep 2019 05:32:46
Message-Id: 1567488752.b1f0754919759b31914c8b4b5a6c731519bd68ca.tomjbe@gentoo
1 commit: b1f0754919759b31914c8b4b5a6c731519bd68ca
2 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 3 05:28:54 2019 +0000
4 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 3 05:32:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f07549
7
8 dev-libs/libzia: Drop old patch file for 4.14
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
12
13 dev-libs/libzia/files/libzia-4.14-ldadd.patch | 18 ------------------
14 1 file changed, 18 deletions(-)
15
16 diff --git a/dev-libs/libzia/files/libzia-4.14-ldadd.patch b/dev-libs/libzia/files/libzia-4.14-ldadd.patch
17 deleted file mode 100644
18 index 4d0becc5306..00000000000
19 --- a/dev-libs/libzia/files/libzia-4.14-ldadd.patch
20 +++ /dev/null
21 @@ -1,18 +0,0 @@
22 -# add local .libs directory to library search path during build of zsdltest
23 ---- src/Makefile.am.orig 2018-10-27 19:44:55.332591275 +0200
24 -+++ src/Makefile.am 2018-10-27 19:45:54.268730862 +0200
25 -@@ -70,10 +70,11 @@
26 - library_includedir = $(includedir)/libzia
27 -
28 - zsdltest_SOURCES = zsdltest.c
29 --zsdltest_LDFLAGS = -lzia
30 -+zsdltest_LDFLAGS = -lzia -lm
31 -+zsdltest_LDADD = -L.libs
32 -
33 --gpiotest_SOURCES = gpiotest.c
34 --gpiotest_LDFLAGS = -lzia
35 -+#gpiotest_SOURCES = gpiotest.c
36 -+#gpiotest_LDFLAGS = -lzia
37 -
38 - EXTRA_DIST = regcomp.c regex_internal.c regexec.c
39 -