pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/ftmenu x11/ftmenu: Fix indirect linking error on D...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/410ac8d611d3
branches:  trunk
changeset: 598649:410ac8d611d3
user:      marino <marino%pkgsrc.org@localhost>
date:      Sat Jan 28 11:36:25 2012 +0000

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

diffstat:

 x11/ftmenu/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b5ff70e3332d -r 410ac8d611d3 x11/ftmenu/Makefile
--- a/x11/ftmenu/Makefile       Sat Jan 28 11:35:26 2012 +0000
+++ b/x11/ftmenu/Makefile       Sat Jan 28 11:36:25 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2011/11/01 06:02:49 sbd Exp $
+# $NetBSD: Makefile,v 1.12 2012/01/28 11:36:25 marino Exp $
 #
 
 DISTNAME=      ftmenu-0.3
@@ -14,6 +14,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE=         YES
+LDFLAGS.DragonFly=     -lX11
 
 #XXX: Not using C++, but configure require it.
 USE_LANGUAGES+=        c c++



Home | Main Index | Thread Index | Old Index