pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/gtk Didn't realize that some *-config scripts like
details: https://anonhg.NetBSD.org/pkgsrc/rev/fdb504a4ff29
branches: trunk
changeset: 464421:fdb504a4ff29
user: reed <reed%pkgsrc.org@localhost>
date: Mon Dec 08 19:33:46 2003 +0000
description:
Didn't realize that some *-config scripts like
imlib-config were dynamic by running another *-config
script. This fix is to remove the buildlinking of
gtk-config, so imlib-config would work.
As mention by Juan RP on tech-pkg, imlib's build
could use
CONFIGURE_ENV+= GTK_CONFIG="${PREFIX}/bin/gtk-config"
to make sure that correct gtk-config is used.
Because gtk-config was broken, imlib couldn't build.
Probably x11/gtk's PKG_REVISION should by bumped?
I need to look to see if smpeg-config is broken too
(due to sdl-config path).
diffstat:
x11/gtk/buildlink2.mk | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 5ba0c4bef7c9 -r fdb504a4ff29 x11/gtk/buildlink2.mk
--- a/x11/gtk/buildlink2.mk Mon Dec 08 19:29:22 2003 +0000
+++ b/x11/gtk/buildlink2.mk Mon Dec 08 19:33:46 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.9 2003/12/03 01:37:57 reed Exp $
+# $NetBSD: buildlink2.mk,v 1.10 2003/12/08 19:33:46 reed Exp $
.if !defined(GTK_BUILDLINK2_MK)
GTK_BUILDLINK2_MK= # defined
@@ -9,8 +9,7 @@
EVAL_PREFIX+= BUILDLINK_PREFIX.gtk=gtk
BUILDLINK_PREFIX.gtk_DEFAULT= ${X11PREFIX}
-BUILDLINK_FILES.gtk= bin/gtk-config
-BUILDLINK_FILES.gtk+= include/gdk/*
+BUILDLINK_FILES.gtk= include/gdk/*
BUILDLINK_FILES.gtk+= include/gtk/*
BUILDLINK_FILES.gtk+= include/gtk-1*/*/*
BUILDLINK_FILES.gtk+= lib/libgdk.*
Home |
Main Index |
Thread Index |
Old Index