pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/oshu
Module Name: pkgsrc
Committed By: nia
Date: Fri May 21 12:58:44 UTC 2021
Modified Files:
pkgsrc/games/oshu: Makefile
Log Message:
oshu: link with -lm for fmaf()
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/games/oshu/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/oshu/Makefile
diff -u pkgsrc/games/oshu/Makefile:1.7 pkgsrc/games/oshu/Makefile:1.8
--- pkgsrc/games/oshu/Makefile:1.7 Fri Mar 12 15:02:13 2021
+++ pkgsrc/games/oshu/Makefile Fri May 21 12:58:43 2021
@@ -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_TOOLS+= pkg-config
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