diff options
author | marino <marino@pkgsrc.org> | 2012-01-24 09:43:31 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-01-24 09:43:31 +0000 |
commit | 5cab15e52d7c7ddf2d76aa00750c6238569a5a0d (patch) | |
tree | 6e4762f32bbe95f95292bc56e1c11943b29ffd8a | |
parent | d9552fb8fadd7b8c5677c767780403d085e15d0e (diff) | |
download | pkgsrc-5cab15e52d7c7ddf2d76aa00750c6238569a5a0d.tar.gz |
audio/snd: Fix indirect linking error on DragonFly only
-rw-r--r-- | audio/snd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |