pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/rsibreak time/rsibreak: Fix indirect linking erro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ba84fd489fe
branches:  trunk
changeset: 598702:6ba84fd489fe
user:      marino <marino%pkgsrc.org@localhost>
date:      Sun Jan 29 00:13:49 2012 +0000

description:
time/rsibreak: Fix indirect linking error on DragonFly

diffstat:

 time/rsibreak/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3c3dd706fe55 -r 6ba84fd489fe time/rsibreak/Makefile
--- a/time/rsibreak/Makefile    Sun Jan 29 00:12:54 2012 +0000
+++ b/time/rsibreak/Makefile    Sun Jan 29 00:13:49 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/01/13 10:55:34 obache Exp $
+# $NetBSD: Makefile,v 1.20 2012/01/29 00:13:49 marino Exp $
 
 DISTNAME=              rsibreak-0.10
 PKGREVISION=           8
@@ -19,6 +19,8 @@
 USE_LANGUAGES=         c c++
 USE_CMAKE=             yes
 
+LDFLAGS.DragonFly=     -lX11 -lXext
+
 .include "../../meta-pkgs/kde4/kde4.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../x11/kdelibs4/buildlink3.mk"



Home | Main Index | Thread Index | Old Index