Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] giggle: Fix cross build
@ 2020-12-14 16:36 ndowens
  2020-12-14 16:36 ` [PR PATCH] [Updated] " ndowens
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ndowens @ 2020-12-14 16:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages giggle
https://github.com/void-linux/void-packages/pull/27151

giggle: Fix cross build


A patch file from https://github.com/void-linux/void-packages/pull/27151.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-giggle-27151.patch --]
[-- Type: text/x-diff, Size: 1921 bytes --]

From 5383c37a2797ab62bfd494d0cb15476841d70a4e Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 14 Dec 2020 10:36:26 -0600
Subject: [PATCH] giggle: Fix cross build

---
 srcpkgs/giggle/patches/0001-Fix-cross.patch | 34 +++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 srcpkgs/giggle/patches/0001-Fix-cross.patch

diff --git a/srcpkgs/giggle/patches/0001-Fix-cross.patch b/srcpkgs/giggle/patches/0001-Fix-cross.patch
new file mode 100644
index 00000000000..9589fdc0ac1
--- /dev/null
+++ b/srcpkgs/giggle/patches/0001-Fix-cross.patch
@@ -0,0 +1,34 @@
+From a3f22386938bd54214011b2b711b55b5fa277698 Mon Sep 17 00:00:00 2001
+From: Nathan Owens <ndowens@artixlinux.org>
+Date: Mon, 14 Dec 2020 10:18:27 -0600
+Subject: [PATCH] Fix cross
+
+---
+ configure | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git configure configure
+index 3faf65b..ddbdb2f 100755
+--- configure
++++ configure
+@@ -13359,7 +13359,7 @@ $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
+ 
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU extensions of strptime()" >&5
+ $as_echo_n "checking for GNU extensions of strptime()... " >&6; }
+-if test "$cross_compiling" = yes; then :
++if test "$cross_compiling" = xyes; then :
+   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+ as_fn_error $? "cannot run test program while cross compiling
+@@ -13395,7 +13395,7 @@ fi
+ 
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of time_t type" >&5
+ $as_echo_n "checking size of time_t type... " >&6; }
+-if test "$cross_compiling" = yes; then :
++if test "$cross_compiling" = xyes; then :
+   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+ as_fn_error $? "cannot run test program while cross compiling
+-- 
+2.29.2
+

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

end of thread, other threads:[~2020-12-18  0:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14 16:36 [PR PATCH] giggle: Fix cross build ndowens
2020-12-14 16:36 ` [PR PATCH] [Updated] " ndowens
2020-12-15  8:57 ` sgn
2020-12-15 10:03 ` sgn
2020-12-18  0:27 ` sgn
2020-12-18  0:27 ` [PR PATCH] [Closed]: " sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).