pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/chromium-bsu fix build on SunOS by linking SDL



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60a45dac2bd1
branches:  trunk
changeset: 629858:60a45dac2bd1
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Wed Jan 29 17:03:13 2014 +0000

description:
fix build on SunOS by linking SDL

diffstat:

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

diffs (17 lines):

diff -r 71f4d145c4b9 -r 60a45dac2bd1 games/chromium-bsu/Makefile
--- a/games/chromium-bsu/Makefile       Wed Jan 29 13:01:53 2014 +0000
+++ b/games/chromium-bsu/Makefile       Wed Jan 29 17:03:13 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2013/02/16 11:21:14 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2014/01/29 17:03:13 wiedi Exp $
 #
 
 DISTNAME=              chromium-bsu-0.9.14
@@ -17,6 +17,7 @@
 GNU_CONFIGURE=         yes
 LDFLAGS+=              ${BUILDLINK_LDADD.gettext}
 LDFLAGS.DragonFly=     -lSDL
+LDFLAGS.SunOS=         -lSDL
 
 .include "../../audio/SDL_mixer/buildlink3.mk"
 .include "../../devel/SDL/buildlink3.mk"



Home | Main Index | Thread Index | Old Index