Github messages for voidlinux
 help / color / mirror / Atom feed
From: pullmoll <pullmoll@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] bin86: fix build for i686-musl; xlintify
Date: Sun, 06 Dec 2020 10:42:42 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26984@inbox.vuxu.org> (raw)

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

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

https://github.com/pullmoll/void-packages bin86
https://github.com/void-linux/void-packages/pull/26984

bin86: fix build for i686-musl; xlintify


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

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

From 43683f1af6905ea0e1cff0ec5a663379cc7a2608 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= <pullmoll@t-online.de>
Date: Sun, 6 Dec 2020 10:41:29 +0100
Subject: [PATCH] bin86: fix build for i686-musl; xlintify

---
 srcpkgs/bin86/patches/musl.patch | 15 +++++++++++++++
 srcpkgs/bin86/template           |  8 ++++----
 2 files changed, 19 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/bin86/patches/musl.patch

diff --git a/srcpkgs/bin86/patches/musl.patch b/srcpkgs/bin86/patches/musl.patch
new file mode 100644
index 00000000000..49835461cc6
--- /dev/null
+++ b/srcpkgs/bin86/patches/musl.patch
@@ -0,0 +1,15 @@
+--- ld/bindef.h	2013-10-29 16:44:51.000000000 +0100
++++ ld/bindef.h	2020-12-06 10:32:54.142813154 +0100
+@@ -13,8 +13,12 @@
+ #ifdef DETECTAOUT
+ /* Ok, I'm just gonna make it simple ... override this if you like. */
+ #ifndef A_OUT_INCL
++#ifndef __GLIBC__
++#define A_OUT_INCL 	<asm/a.out.h>
++#else
+ #define A_OUT_INCL 	<a.out.h>
+ #endif
++#endif
+ 
+ #include A_OUT_INCL
+ 
diff --git a/srcpkgs/bin86/template b/srcpkgs/bin86/template
index 8d711210193..c5bbe011f68 100644
--- a/srcpkgs/bin86/template
+++ b/srcpkgs/bin86/template
@@ -2,13 +2,13 @@
 pkgname=bin86
 version=0.16.21
 revision=4
-short_desc="A complete 8086 assembler and loader"
+archs="i686* x86_64*"
+short_desc="Complete 8086 assembler and loader"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://v3.sk/~lkundrak/dev86/"
-license="GPL-2"
+license="GPL-2.0-only"
+homepage="https://github.com/lkundrak/dev86"
 distfiles="http://v3.sk/~lkundrak/dev86/bin86-${version}.tar.gz"
 checksum=021e37cde3a20632c4c9000993cb4aa9f58cb82b1d3c26b9aeb62d6566925738
-archs="i686* x86_64*"
 
 do_build() {
 	make ${makejobs} CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" PREFIX=/usr

             reply	other threads:[~2020-12-06  9:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-06  9:42 pullmoll [this message]
2020-12-06  9:51 ` [PR PATCH] [Updated] " pullmoll
2020-12-06  9:55 ` pullmoll
2020-12-06  9:56 ` pullmoll
2020-12-06 10:37 ` pullmoll
2021-01-13 20:26 ` pullmoll
2021-01-13 20:27 ` [PR PATCH] [Closed]: " pullmoll

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26984@inbox.vuxu.org \
    --to=pullmoll@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).