pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/wdm x11/wdm: Fix indirect linking error on DragonFly



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94516dc1aba3
branches:  trunk
changeset: 598652:94516dc1aba3
user:      marino <marino%pkgsrc.org@localhost>
date:      Sat Jan 28 11:40:19 2012 +0000

description:
x11/wdm: Fix indirect linking error on DragonFly

diffstat:

 x11/wdm/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 32a33d242171 -r 94516dc1aba3 x11/wdm/Makefile
--- a/x11/wdm/Makefile  Sat Jan 28 11:39:28 2012 +0000
+++ b/x11/wdm/Makefile  Sat Jan 28 11:40:19 2012 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index