From b8cfd795f831f7b89582d6dea227640ac1c96038 Mon Sep 17 00:00:00 2001 From: marino Date: Tue, 24 Jan 2012 23:21:23 +0000 Subject: audio/alsa-utils: Fix indirect linking error on DragonFly only --- audio/alsa-utils/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio/alsa-utils') 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 -- cgit v1.2.3