summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-01-28 11:40:19 +0000
committermarino <marino@pkgsrc.org>2012-01-28 11:40:19 +0000
commitd516d78065f2917dde0fd21755adf0038d084930 (patch)
treeb91a42154f0bcb5a00e233bb392d5222104231fe
parente011a3028df36704ffcbf3ee707cacdd2984684d (diff)
downloadpkgsrc-d516d78065f2917dde0fd21755adf0038d084930.tar.gz
x11/wdm: Fix indirect linking error on DragonFly
-rw-r--r--x11/wdm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile
index 8143c6a2f99..3815bc8fd23 100644
--- a/x11/wdm/Makefile
+++ b/x11/wdm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2011/11/01 06:03:09 sbd Exp $
+# $NetBSD: Makefile,v 1.46 2012/01/28 11:40:19 marino Exp $
DISTNAME= wdm-1.28
PKGREVISION= 8
@@ -14,6 +14,8 @@ USE_X11BASE= YES
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
+LDFLAGS.DragonFly= -lintl
+
CONFIGURE_ARGS+= --with-wdmdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-nlsdir=${PREFIX}/${PKGLOCALEDIR}/locale
CONFIGURE_ARGS+= --with-gfx-incs=${BUILDLINK_DIR}/include/WINGs