pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/wmSMPmon Fix build problem with modular Xorg.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1befed05aacd
branches:  trunk
changeset: 530634:1befed05aacd
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Jul 03 11:23:16 2007 +0000

description:
Fix build problem with modular Xorg.

Problem reported and fix confirmed by Pierre Pronchery in PR 36597.

diffstat:

 sysutils/wmSMPmon/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 750853a04319 -r 1befed05aacd sysutils/wmSMPmon/Makefile
--- a/sysutils/wmSMPmon/Makefile        Tue Jul 03 10:38:25 2007 +0000
+++ b/sysutils/wmSMPmon/Makefile        Tue Jul 03 11:23:16 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/02/22 19:01:25 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2007/07/03 11:23:16 obache Exp $
 
 DISTNAME=      wmSMPmon-2.3
 PKGREVISION=   1
@@ -15,5 +15,7 @@
 post-install:
        ${INSTALL_MAN} ${WRKSRC}/wmsmpmon.1 ${PREFIX}/${PKGMANDIR}/man1/wmSMPmon.1
 
+.include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index