pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/audacious audio/audacious: Fix indirect linking ...



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

description:
audio/audacious: Fix indirect linking on DragonFly

diffstat:

 audio/audacious/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 38d433544c1d -r dd66430139c5 audio/audacious/Makefile
--- a/audio/audacious/Makefile  Wed May 16 13:01:02 2012 +0000
+++ b/audio/audacious/Makefile  Wed May 16 13:43:14 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2012/03/03 00:12:00 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2012/05/16 13:43:14 marino Exp $
 #
 
 DISTNAME=              audacious-1.5.1
@@ -32,7 +32,7 @@
 .endif
 
 LIBS.SunOS+=           -lm -lX11
-LDFLAGS.DragonFly=     -lm -lX11
+LDFLAGS.DragonFly=     -lm -lX11 -lgmodule-2.0
 
 .include "../../devel/atk/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index