pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/fceu fceu: link against libm everywhere, nee...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad6375e425d8
branches:  trunk
changeset: 427336:ad6375e425d8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 15 08:43:23 2020 +0000

description:
fceu: link against libm everywhere, needed for cos()

Link against ${LIBOSSAUDIO} too.

diffstat:

 emulators/fceu/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 4c4ab367aca7 -r ad6375e425d8 emulators/fceu/Makefile
--- a/emulators/fceu/Makefile   Wed Apr 15 08:24:16 2020 +0000
+++ b/emulators/fceu/Makefile   Wed Apr 15 08:43:23 2020 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2018/07/04 13:40:17 jperkin Exp $
-#
+# $NetBSD: Makefile,v 1.22 2020/04/15 08:43:23 wiz Exp $
 
 DISTNAME=              fceu-0.98.13.src
 PKGNAME=               ${DISTNAME:S/.src//}
@@ -24,7 +23,7 @@
 
 INSTALLATION_DIRS=     ${PKGMANDIR}/man6 share/doc/fceu
 
-LDFLAGS.DragonFly=     -lm
+LDFLAGS+=              -lm ${LIBOSSAUDIO}
 
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/Documentation/fceu-sdl.6 \



Home | Main Index | Thread Index | Old Index