9front - general discussion about 9front
 help / color / mirror / Atom feed
From: theinicke@bss-wf.de
To: 9front@9front.org
Subject: [9front] [PATCH] drawterm: linux386 -lm
Date: Mon, 29 Nov 2021 16:56:15 +0100	[thread overview]
Message-ID: <ECBD3670016FB068F44E190FE4B1976C@bss-wf.de> (raw)

From: Tobias Heinicke <theinicke@bss-wf.de>
Date: Mon, 29 Nov 2021 15:48:19 +0000
Subject: [PATCH] Make.linux386: -lm

---
diff 51afb6e1319846bf3f1a4ab6cf69fdf7cf3865e1 defbc827a1dfd421df7142bf6808f69dd283e237
--- a/Make.linux386	Wed Nov 10 19:15:48 2021
+++ b/Make.linux386	Mon Nov 29 16:48:19 2021
@@ -9,7 +9,7 @@
 O=o
 OS=posix
 GUI=x11
-LDADD=-L$(X11)/lib64 -L$(X11)/lib -lX11 -ggdb
+LDADD=-L$(X11)/lib64 -L$(X11)/lib -lX11 -ggdb -lm
 LDFLAGS=$(PTHREAD)
 TARG=drawterm
 # AUDIO=none



             reply	other threads:[~2021-11-29 16:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-29 15:56 theinicke [this message]
2021-11-29 16:18 ` Sigrid Solveig Haflínudóttir

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=ECBD3670016FB068F44E190FE4B1976C@bss-wf.de \
    --to=theinicke@bss-wf.de \
    --cc=9front@9front.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).