pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/chromium-bsu games/chromium-bsu: Fix indirect li...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/151f4093b797
branches:  trunk
changeset: 603903:151f4093b797
user:      marino <marino%pkgsrc.org@localhost>
date:      Wed May 16 14:56:45 2012 +0000

description:
games/chromium-bsu: Fix indirect linking on DragonFly

diffstat:

 games/chromium-bsu/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7fd4db4fa35a -r 151f4093b797 games/chromium-bsu/Makefile
--- a/games/chromium-bsu/Makefile       Wed May 16 14:54:57 2012 +0000
+++ b/games/chromium-bsu/Makefile       Wed May 16 14:56:45 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2012/01/28 11:00:53 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2012/05/16 14:56:45 marino Exp $
 #
 
 DISTNAME=              chromium-bsu-0.9.14
@@ -18,6 +18,7 @@
 USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         yes
 LDFLAGS+=              ${BUILDLINK_LDADD.gettext}
+LDFLAGS.DragonFly=     -lSDL
 
 .include "../../audio/SDL_mixer/buildlink3.mk"
 .include "../../devel/SDL/buildlink3.mk"



Home | Main Index | Thread Index | Old Index