public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libzia/files/
@ 2018-10-27 18:01 Thomas Beierlein
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Beierlein @ 2018-10-27 18:01 UTC (permalink / raw
  To: gentoo-commits

commit:     3594f13ffe96369adbe5fb38e40e1b16515c0c78
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 18:01:14 2018 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 18:01:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3594f13f

dev-libs/libzia: gcc-8 needs explicit link with -lm

Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-libs/libzia/files/libzia-4.14-ldadd.patch | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libzia/files/libzia-4.14-ldadd.patch b/dev-libs/libzia/files/libzia-4.14-ldadd.patch
index a8636e1d127..4d0becc5306 100644
--- a/dev-libs/libzia/files/libzia-4.14-ldadd.patch
+++ b/dev-libs/libzia/files/libzia-4.14-ldadd.patch
@@ -1,10 +1,12 @@
 # add local .libs directory to library search path during build of zsdltest
---- src/Makefile.am.orig	2018-10-19 18:19:54.067784664 +0200
-+++ src/Makefile.am	2018-10-19 18:20:26.419265774 +0200
-@@ -71,9 +71,10 @@
+--- src/Makefile.am.orig	2018-10-27 19:44:55.332591275 +0200
++++ src/Makefile.am	2018-10-27 19:45:54.268730862 +0200
+@@ -70,10 +70,11 @@
+ library_includedir = $(includedir)/libzia
  
  zsdltest_SOURCES = zsdltest.c
- zsdltest_LDFLAGS = -lzia 
+-zsdltest_LDFLAGS = -lzia 
++zsdltest_LDFLAGS = -lzia -lm
 +zsdltest_LDADD = -L.libs
  
 -gpiotest_SOURCES = gpiotest.c


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libzia/files/
@ 2019-09-03  5:32 Thomas Beierlein
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Beierlein @ 2019-09-03  5:32 UTC (permalink / raw
  To: gentoo-commits

commit:     b1f0754919759b31914c8b4b5a6c731519bd68ca
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  3 05:28:54 2019 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Tue Sep  3 05:32:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f07549

dev-libs/libzia: Drop old patch file for 4.14

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 dev-libs/libzia/files/libzia-4.14-ldadd.patch | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/dev-libs/libzia/files/libzia-4.14-ldadd.patch b/dev-libs/libzia/files/libzia-4.14-ldadd.patch
deleted file mode 100644
index 4d0becc5306..00000000000
--- a/dev-libs/libzia/files/libzia-4.14-ldadd.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-# add local .libs directory to library search path during build of zsdltest
---- src/Makefile.am.orig	2018-10-27 19:44:55.332591275 +0200
-+++ src/Makefile.am	2018-10-27 19:45:54.268730862 +0200
-@@ -70,10 +70,11 @@
- library_includedir = $(includedir)/libzia
- 
- zsdltest_SOURCES = zsdltest.c
--zsdltest_LDFLAGS = -lzia 
-+zsdltest_LDFLAGS = -lzia -lm
-+zsdltest_LDADD = -L.libs
- 
--gpiotest_SOURCES = gpiotest.c
--gpiotest_LDFLAGS = -lzia 
-+#gpiotest_SOURCES = gpiotest.c
-+#gpiotest_LDFLAGS = -lzia 
- 
- EXTRA_DIST = regcomp.c regex_internal.c regexec.c 
- 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libzia/files/
@ 2023-04-01 19:13 Conrad Kostecki
  0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2023-04-01 19:13 UTC (permalink / raw
  To: gentoo-commits

commit:     206042d75857dc2e56e4631b280eb9b3d7f88b24
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Apr  1 15:55:36 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 19:12:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206042d7

dev-libs/libzia: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30438
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-libs/libzia/files/libzia-4.37-configure.patch | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/dev-libs/libzia/files/libzia-4.37-configure.patch b/dev-libs/libzia/files/libzia-4.37-configure.patch
deleted file mode 100644
index 531f25ad7ca6..000000000000
--- a/dev-libs/libzia/files/libzia-4.37-configure.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 9266d41..35c2455 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -97,6 +97,9 @@ if test "$cross_compiling" = yes; then
- else
- AC_TRY_RUN([
- #include <features.h>
-+#ifdef __GLIBC__
-+#include <gnu/libc-version.h>
-+#endif
- #include <stdio.h>
- #ifdef __CYGWIN__
- #include <cygwin/version.h>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-01 19:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-01 19:13 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libzia/files/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2019-09-03  5:32 Thomas Beierlein
2018-10-27 18:01 Thomas Beierlein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox