diff options
author | marino <marino> | 2012-01-24 23:24:26 +0000 |
---|---|---|
committer | marino <marino> | 2012-01-24 23:24:26 +0000 |
commit | 20db5212124235dd0b5a53724ef78e3eb534cbc7 (patch) | |
tree | 50f2a900ed680dc5e24febdf028ad0b526ee539d /audio/audacious | |
parent | b8cfd795f831f7b89582d6dea227640ac1c96038 (diff) | |
download | pkgsrc-20db5212124235dd0b5a53724ef78e3eb534cbc7.tar.gz |
audio/audacious: Fix indirect linking error on DragonFly only
Diffstat (limited to 'audio/audacious')
-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" |