pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/fceu emulators/fceu: Fix indirect linking on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5f2ed138486
branches:  trunk
changeset: 603909:e5f2ed138486
user:      marino <marino%pkgsrc.org@localhost>
date:      Wed May 16 16:08:43 2012 +0000

description:
emulators/fceu: Fix indirect linking on DragonFly

diffstat:

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

diffs (18 lines):

diff -r d8083c982ea9 -r e5f2ed138486 emulators/fceu/Makefile
--- a/emulators/fceu/Makefile   Wed May 16 15:58:12 2012 +0000
+++ b/emulators/fceu/Makefile   Wed May 16 16:08:43 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2009/02/15 19:02:11 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2012/05/16 16:08:43 marino Exp $
 #
 
 DISTNAME=              fceu-0.98.13.src
@@ -25,6 +25,8 @@
 
 INSTALLATION_DIRS=     ${PKGMANDIR}/man6 share/doc/fceu
 
+LDFLAGS.DragonFly=     -lm
+
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/Documentation/fceu-sdl.6 \
                ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6/fceu.6



Home | Main Index | Thread Index | Old Index