From 3f8f5e5a91e60617cdb10de8b916f0d8464da5f7 Mon Sep 17 00:00:00 2001 From: marino Date: Tue, 24 Jan 2012 09:43:31 +0000 Subject: audio/snd: Fix indirect linking error on DragonFly only --- audio/snd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 4d58e59573f..4cb30c2578a 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2012/01/13 10:54:48 obache Exp $ +# $NetBSD: Makefile,v 1.64 2012/01/24 09:43:31 marino Exp $ # DISTNAME= snd-9.9 @@ -23,6 +23,7 @@ USE_TOOLS+= gmake msgfmt pkg-config BUILD_TARGET= snd MAKE_FILE= makefile WRKSRC= ${WRKDIR}/snd-9 +LDFLAGS.DragonFly= -lX11 INSTALLATION_DIRS= ${PKGLOCALEDIR}/locale/de/LC_MESSAGES INSTALL_MAKE_FLAGS+= localedir=${DESTDIR}${PREFIX}/${PKGLOCALEDIR}/locale -- cgit v1.2.3