pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/gemrb
Module Name: pkgsrc
Committed By: nia
Date: Fri May 14 07:40:18 UTC 2021
Modified Files:
pkgsrc/games/gemrb: Makefile PLIST
Log Message:
gemrb: ensure that libm is linked for ldexpf
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/games/gemrb/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/gemrb/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/gemrb/Makefile
diff -u pkgsrc/games/gemrb/Makefile:1.6 pkgsrc/games/gemrb/Makefile:1.7
--- pkgsrc/games/gemrb/Makefile:1.6 Mon Aug 31 12:46:21 2020
+++ pkgsrc/games/gemrb/Makefile Fri May 14 07:40:18 2021
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2020/08/31 12:46:21 nia Exp $
+# $NetBSD: Makefile,v 1.7 2021/05/14 07:40:18 nia Exp $
DISTNAME= gemrb-0.8.7
+PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=gemrb/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -17,6 +18,7 @@ USE_TOOLS+= pkg-config
GCC_REQD+= 4.7 # -std=gnu++11
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/gemrb
+LDFLAGS+= -lm # ldexpf
CMAKE_ARGS+= -DDISABLE_WERROR=ON
CMAKE_ARGS+= -DUSE_LIBVLC=OFF
Index: pkgsrc/games/gemrb/PLIST
diff -u pkgsrc/games/gemrb/PLIST:1.3 pkgsrc/games/gemrb/PLIST:1.4
--- pkgsrc/games/gemrb/PLIST:1.3 Mon Aug 31 12:46:21 2020
+++ pkgsrc/games/gemrb/PLIST Fri May 14 07:40:18 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2020/08/31 12:46:21 nia Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/05/14 07:40:18 nia Exp $
bin/extend2da.py
bin/gemrb
lib/gemrb/libgemrb_core.so
@@ -8,6 +8,7 @@ lib/gemrb/plugins/ACMReader.so
lib/gemrb/plugins/AREImporter.so
lib/gemrb/plugins/BAMImporter.so
lib/gemrb/plugins/BIFImporter.so
+lib/gemrb/plugins/BIKPlayer.so
lib/gemrb/plugins/BMPImporter.so
lib/gemrb/plugins/BMPWriter.so
lib/gemrb/plugins/CHUImporter.so
Home |
Main Index |
Thread Index |
Old Index