pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/waimea Make this compile again, it was having troub...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba458578c164
branches:  trunk
changeset: 460753:ba458578c164
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Sep 03 22:40:29 2003 +0000

description:
Make this compile again, it was having trouble with imlib and freetype2
buildlink's, while here fix REPLACE_PERL: pathnames listed should be
relative to ${WRKSRC}. Ok'ed by silence on packages@

diffstat:

 wm/waimea/Makefile |  18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r 77140b0a4b65 -r ba458578c164 wm/waimea/Makefile
--- a/wm/waimea/Makefile        Wed Sep 03 21:33:43 2003 +0000
+++ b/wm/waimea/Makefile        Wed Sep 03 22:40:29 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/08/28 20:05:23 xtraeme Exp $
+# $NetBSD: Makefile,v 1.8 2003/09/03 22:40:29 xtraeme Exp $
 #
 
 DISTNAME=      waimea-0.4.0
@@ -30,15 +30,21 @@
 CONFIGURE_ARGS+=       --disable-shape
 .endif
 
-CONFIGURE_ARGS+=       --disable-randr
+CONFIGURE_ARGS+=       --disable-randr
 
 REPLACE_PERL = \
-       ${WRKSRC}/data/scripts/filelist.pl \
-       ${WRKSRC}/data/scripts/procinfo.pl \
-       ${WRKSRC}/data/scripts/stylesdir.pl.in
+       data/scripts/filelist.pl \
+       data/scripts/procinfo.pl \
+       data/scripts/stylesdir.pl.in
+
+# XXX We have to remove freetype include directory to make
+# this compile.
+
+post-buildlink:
+       @${RM} -r ${BUILDLINK_DIR}/include/freetype
 
 .include "../../devel/pkgconfig/buildlink2.mk"
-.include "../../fonts/fontconfig/buildlink2.mk"
+.include "../../fonts/Xft2/buildlink2.mk"
 .include "../../graphics/freetype2/buildlink2.mk"
 .include "../../graphics/imlib2/buildlink2.mk"
 .include "../../lang/perl5/buildlink2.mk"



Home | Main Index | Thread Index | Old Index