9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [PATCH] drawterm: linux386 -lm
@ 2021-11-29 15:56 theinicke
  2021-11-29 16:18 ` Sigrid Solveig Haflínudóttir
  0 siblings, 1 reply; 2+ messages in thread
From: theinicke @ 2021-11-29 15:56 UTC (permalink / raw)
  To: 9front

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



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

end of thread, other threads:[~2021-11-29 16:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-29 15:56 [9front] [PATCH] drawterm: linux386 -lm theinicke
2021-11-29 16:18 ` Sigrid Solveig Haflínudóttir

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).