pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/xarchon games/xarchon: Fix indirect linking on D...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38d433544c1d
branches:  trunk
changeset: 603890:38d433544c1d
user:      marino <marino%pkgsrc.org@localhost>
date:      Wed May 16 13:01:02 2012 +0000

description:
games/xarchon: Fix indirect linking on DragonFly

diffstat:

 games/xarchon/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 980cbe66eda8 -r 38d433544c1d games/xarchon/Makefile
--- a/games/xarchon/Makefile    Wed May 16 12:11:17 2012 +0000
+++ b/games/xarchon/Makefile    Wed May 16 13:01:02 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2012/01/13 10:55:09 obache Exp $
+# $NetBSD: Makefile,v 1.49 2012/05/16 13:01:02 marino Exp $
 #
 
 DISTNAME=      xarchon-0.60
@@ -23,6 +23,8 @@
 CONFIGURE_ENV+=        CC=${CC:Q}
 .endif
 
+LDFLAGS.DragonFly=     -lX11
+
 .include "../../audio/esound/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
 .include "../../x11/qt3-libs/buildlink3.mk"



Home | Main Index | Thread Index | Old Index