pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/oshu oshu: link with -lm for fmaf()



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d61fb1d5823
branches:  trunk
changeset: 453018:3d61fb1d5823
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri May 21 12:58:43 2021 +0000

description:
oshu: link with -lm for fmaf()

diffstat:

 games/oshu/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 249cea4aa57c -r 3d61fb1d5823 games/oshu/Makefile
--- a/games/oshu/Makefile       Fri May 21 12:40:22 2021 +0000
+++ b/games/oshu/Makefile       Fri May 21 12:58:43 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/03/12 15:02:13 nia Exp $
+# $NetBSD: Makefile,v 1.8 2021/05/21 12:58:43 nia Exp $
 
 DISTNAME=      oshu-2.0.1
 PKGREVISION=   3
@@ -14,6 +14,8 @@
 USE_LANGUAGES= c c++
 USE_CMAKE=     yes
 
+LDFLAGS+=      -lm # fmaf()
+
 CMAKE_ARGS+=   -DOSHU_SKINS="minimal"
 
 .include "../../devel/SDL2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index