diff options
author | marino <marino> | 2012-01-24 09:43:31 +0000 |
---|---|---|
committer | marino <marino> | 2012-01-24 09:43:31 +0000 |
commit | ae7fff0ee959c237ed1b5cd07049738cfe09e4eb (patch) | |
tree | 6e4762f32bbe95f95292bc56e1c11943b29ffd8a /audio/snd | |
parent | 640072540e4fc2413a604c499edd80d3274af3f2 (diff) | |
download | pkgsrc-ae7fff0ee959c237ed1b5cd07049738cfe09e4eb.tar.gz |
audio/snd: Fix indirect linking error on DragonFly only
Diffstat (limited to 'audio/snd')
-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 |