diff options
author | marino <marino> | 2012-01-24 23:21:23 +0000 |
---|---|---|
committer | marino <marino> | 2012-01-24 23:21:23 +0000 |
commit | b8cfd795f831f7b89582d6dea227640ac1c96038 (patch) | |
tree | ac2395c174c9ec3b0833a0ca0cddd5a91b966831 /audio/alsa-utils | |
parent | f5be4e98f19dcd020d05e5f2f3906ae1f339b6a7 (diff) | |
download | pkgsrc-b8cfd795f831f7b89582d6dea227640ac1c96038.tar.gz |
audio/alsa-utils: Fix indirect linking error on DragonFly only
Diffstat (limited to 'audio/alsa-utils')
-rw-r--r-- | audio/alsa-utils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/alsa-utils/Makefile b/audio/alsa-utils/Makefile index 65695f43d2c..4eaad1b6b82 100644 --- a/audio/alsa-utils/Makefile +++ b/audio/alsa-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2010/04/24 04:58:43 obache Exp $ +# $NetBSD: Makefile,v 1.8 2012/01/24 23:21:23 marino Exp $ # DISTNAME= alsa-utils-1.0.22 @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes USE_TOOLS= pkg-config gmake bash:run USE_PKGLOCALEDIR= yes USE_NCURSES= yes +LDFLAGS.DragonFly= -lm REPLACE_BASH= alsaconf/alsaconf.in |