pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/sms_sdl emulators/sms_sdl: Fix indirect link...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84960b536aa5
branches:  trunk
changeset: 603899:84960b536aa5
user:      marino <marino%pkgsrc.org@localhost>
date:      Wed May 16 14:38:05 2012 +0000

description:
emulators/sms_sdl: Fix indirect linking on DragonFly

diffstat:

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

diffs (18 lines):

diff -r 760daa5158c6 -r 84960b536aa5 emulators/sms_sdl/Makefile
--- a/emulators/sms_sdl/Makefile        Wed May 16 14:36:28 2012 +0000
+++ b/emulators/sms_sdl/Makefile        Wed May 16 14:38:05 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2010/11/13 21:08:57 shattered Exp $
+# $NetBSD: Makefile,v 1.11 2012/05/16 14:38:05 marino Exp $
 #
 
 DISTNAME=              sms_sdl-0.9.4a-r7.1-src
@@ -19,6 +19,8 @@
 
 INSTALLATION_DIRS=     bin
 
+LDFLAGS.DragonFly=     -lm
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/sdl/sms_sdl ${DESTDIR}${PREFIX}/bin
        ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/sms_sdl



Home | Main Index | Thread Index | Old Index