pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26c6051695db
branches:  trunk
changeset: 598428:26c6051695db
user:      marino <marino%pkgsrc.org@localhost>
date:      Tue Jan 24 23:15:58 2012 +0000

description:
x11/xvidcap: Fix indirect linking error on DragonFly only

diffstat:

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

diffs (17 lines):

diff -r 53439d821516 -r 26c6051695db x11/xvidcap/Makefile
--- a/x11/xvidcap/Makefile      Tue Jan 24 22:21:43 2012 +0000
+++ b/x11/xvidcap/Makefile      Tue Jan 24 23:15:58 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2011/11/16 01:33:15 sbd Exp $
+# $NetBSD: Makefile,v 1.20 2012/01/24 23:15:58 marino Exp $
 #
 
 PKG_DESTDIR_SUPPORT=   user-destdir
@@ -9,6 +9,7 @@
 COMMENT=               Capture X display to individual frames or MPEG video
 
 CONFIGURE_ARGS+=       --without-gtk2
+LDFLAGS.DragonFly=     -lXt -lX11
 
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/xextproto/buildlink3.mk"



Home | Main Index | Thread Index | Old Index