pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xorg-imake Fix for xmkmf, which had the buildlink ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/160e87bc7b67
branches:  trunk
changeset: 479044:160e87bc7b67
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Aug 04 06:49:41 2004 +0000

description:
Fix for xmkmf, which had the buildlink directory embedded to look for
config files, fixes PR pkg/26505 by Kouichirou Hiratsuka.

diffstat:

 x11/xorg-imake/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 923ede53d0c8 -r 160e87bc7b67 x11/xorg-imake/Makefile
--- a/x11/xorg-imake/Makefile   Wed Aug 04 06:43:52 2004 +0000
+++ b/x11/xorg-imake/Makefile   Wed Aug 04 06:49:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/07/31 01:37:23 xtraeme Exp $
+# $NetBSD: Makefile,v 1.8 2004/08/04 06:49:41 xtraeme Exp $
 
 DISTNAME=      ${DISTFILES}
 PKGNAME=       xorg-imake-${XORG_VER}
@@ -38,6 +38,11 @@
        @${MV} ${WRKSRC}/config/cf/${F}.cf  ${WRKSRC}/config/cf/${F}.cf.in
 .endfor
 .undef F
+       @${SED} -e "s|CONFIGDIRSPEC|-I${X11ROOT}/lib/X11/config|" \
+               ${WRKSRC}/config/util/xmkmf.cpp > \
+               ${WRKSRC}/config/util/xmkmf.cpp.orig
+       @${MV} ${WRKSRC}/config/util/xmkmf.cpp.orig \
+               ${WRKSRC}/config/util/xmkmf.cpp
 
 pre-configure:
 .for F in ${SYSTEMS}



Home | Main Index | Thread Index | Old Index