diff options
author | marino <marino> | 2012-01-24 23:24:26 +0000 |
---|---|---|
committer | marino <marino> | 2012-01-24 23:24:26 +0000 |
commit | bbbe9897ac5e4670797bdfd335197996f7e881d1 (patch) | |
tree | 50f2a900ed680dc5e24febdf028ad0b526ee539d /audio | |
parent | e59a4c06ab9cd2e7ccd62ecd9488f66a9e69cb88 (diff) | |
download | pkgsrc-bbbe9897ac5e4670797bdfd335197996f7e881d1.tar.gz |
audio/audacious: Fix indirect linking error on DragonFly only
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audacious/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/audacious/Makefile b/audio/audacious/Makefile index 5cd5e54c8cf..62a81e6da21 100644 --- a/audio/audacious/Makefile +++ b/audio/audacious/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/01/12 17:16:48 hans Exp $ +# $NetBSD: Makefile,v 1.15 2012/01/24 23:24:26 marino Exp $ # DISTNAME= audacious-1.5.1 @@ -31,7 +31,8 @@ PKG_SUPPORTED_OPTIONS= inet6 CONFIGURE_ARGS+= --enable-ipv6 .endif -LIBS.SunOS+= -lm -lX11 +LIBS.SunOS+= -lm -lX11 +LDFLAGS.DragonFly= -lm -lX11 .include "../../devel/atk/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" |