summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarino <marino>2012-01-24 09:43:31 +0000
committermarino <marino>2012-01-24 09:43:31 +0000
commit3f8f5e5a91e60617cdb10de8b916f0d8464da5f7 (patch)
tree6e4762f32bbe95f95292bc56e1c11943b29ffd8a
parent24d74a781c70050cc4ed08df9e48f692c042a78e (diff)
downloadpkgsrc-3f8f5e5a91e60617cdb10de8b916f0d8464da5f7.tar.gz
audio/snd: Fix indirect linking error on DragonFly only
-rw-r--r--audio/snd/Makefile3
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