pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/neverball games/neverball: Fix indirect linking ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ac0eaf552cb
branches:  trunk
changeset: 603888:1ac0eaf552cb
user:      marino <marino%pkgsrc.org@localhost>
date:      Wed May 16 12:08:50 2012 +0000

description:
games/neverball: Fix indirect linking on DragonFly

diffstat:

 games/neverball/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c164a133bfa2 -r 1ac0eaf552cb games/neverball/Makefile
--- a/games/neverball/Makefile  Wed May 16 11:44:44 2012 +0000
+++ b/games/neverball/Makefile  Wed May 16 12:08:50 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2011/11/01 06:01:19 sbd Exp $
+# $NetBSD: Makefile,v 1.25 2012/05/16 12:08:50 marino Exp $
 
 DISTNAME=      neverball-1.5.4
 PKGREVISION=   4
@@ -23,6 +23,8 @@
 
 INSTALLATION_DIRS=     bin share/doc/${PKGBASE} share/${PKGBASE}
 
+LDFLAGS.DragonFly=     -lX11 -lm
+
 do-install:
        ${INSTALL_DATA} ${WRKSRC}/doc/MANUAL ${WRKSRC}/README \
            ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}



Home | Main Index | Thread Index | Old Index